mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 03:24:58 +00:00
LANG-799 - DateUtils#parseDate uses default locale; add Locale support
Show current default locale git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1388824 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
12a0e3bdde
commit
72b9613ddb
@ -58,6 +58,7 @@ public class DateUtilsTest {
|
||||
GregorianCalendar cal = new GregorianCalendar(2000, 6, 5, 4, 3, 2);
|
||||
cal.set(Calendar.MILLISECOND, 1);
|
||||
MILLIS_TEST = cal.getTime().getTime();
|
||||
System.out.println("DateUtilsTest: Default Locale="+Locale.getDefault());
|
||||
}
|
||||
|
||||
DateFormat dateParser = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user