Menu

#14 TimePoint.parseFrom issue with not english locale

open
nobody
None
5
2008-11-22
2008-11-22
No

The test TimePointTest.testFromString fails on my computer.

The string date "2004-Mar-29 10:44:58 PM" can't be parsed with French locale, which is the locale by default on my computer.

It should be possible to force the locale to be used, i.e. something like:

TimePoint.parseGMTFrom(source, pattern, Locale.ENGLISH)

Discussion


Log in to post a comment.