We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1b09f commit 945bcd9Copy full SHA for 945bcd9
src/org/opensolaris/opengrok/history/Repository.java
@@ -398,7 +398,7 @@ public DateFormat getDateFormat() {
398
{
399
// initialize date formatters
400
for (int i = 0; i < datePatterns.length; i++) {
401
- formatters[i] = new SimpleDateFormat(datePatterns[i], Locale.US);
+ formatters[i] = new SimpleDateFormat(datePatterns[i]);
402
/*
403
* TODO: the following would be nice - but currently it
404
* could break the compatibility with some repository dates
0 commit comments