git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa709f2
)
JAL-1448 corrected for backwards compatibility for UK locale users
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 22 Aug 2016 15:21:38 +0000
(16:21 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 22 Aug 2016 15:21:38 +0000
(16:21 +0100)
src/jalview/bin/Cache.java
patch
|
blob
|
history
diff --git
a/src/jalview/bin/Cache.java
b/src/jalview/bin/Cache.java
index
76fdb69
..
df71ccc
100755
(executable)
--- 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