From: gmungoc Date: Mon, 22 Aug 2016 15:21:38 +0000 (+0100) Subject: JAL-1448 corrected for backwards compatibility for UK locale users X-Git-Tag: Release_2_10_0~95 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=954a2905b057267c6f6c694034972809727ecfbb;p=jalview.git JAL-1448 corrected for backwards compatibility for UK locale users --- diff --git a/src/jalview/bin/Cache.java b/src/jalview/bin/Cache.java index 76fdb69..df71ccc 100755 --- a/src/jalview/bin/Cache.java +++ b/src/jalview/bin/Cache.java @@ -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