JAL-1448 corrected for backwards compatibility for UK locale users
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 22 Aug 2016 15:21:38 +0000 (16:21 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 22 Aug 2016 15:21:38 +0000 (16:21 +0100)
src/jalview/bin/Cache.java

index 76fdb69..df71ccc 100755 (executable)
@@ -244,8 +244,8 @@ public class Cache
    * even if the user changes their locale setting
    */
   private static final DateFormat date_format = SimpleDateFormat
-          .getDateTimeInstance(SimpleDateFormat.LONG,
-                  SimpleDateFormat.LONG, Locale.UK);
+          .getDateTimeInstance(SimpleDateFormat.MEDIUM,
+                  SimpleDateFormat.MEDIUM, Locale.UK);
 
   /**
    * Initialises the Jalview Application Log