Skip to content

Commit 945bcd9

Browse files
committed
changing the locale from US to default
1 parent 9a1b09f commit 945bcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/history/Repository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public DateFormat getDateFormat() {
398398
{
399399
// initialize date formatters
400400
for (int i = 0; i < datePatterns.length; i++) {
401-
formatters[i] = new SimpleDateFormat(datePatterns[i], Locale.US);
401+
formatters[i] = new SimpleDateFormat(datePatterns[i]);
402402
/*
403403
* TODO: the following would be nice - but currently it
404404
* could break the compatibility with some repository dates

0 commit comments

Comments
 (0)