Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
Description
Using commons-lang3 3.5
FastDateParser parse(String ,ParsePosition ) internally calls calendar.getTime(). This method created a new Date object which will ignore the timezone and locale. Hence will default to system TZ and locale.
The parse should happen with respect to the formatter's time zone but that is currently ignored