[
https://issues.apache.org/jira/browse/LANG-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved LANG-1315.
------------------------
Resolution: Cannot Reproduce
> FastDateParser parse method parses without considering timezone
> ---------------------------------------------------------------
>
> Key: LANG-1315
> URL: https://issues.apache.org/jira/browse/LANG-1315
> Project: Commons Lang
> Issue Type: Bug
> Reporter: Sudheendra
> Labels: DateParser, FastDateParser, parse
> Attachments: learn-fast-date.zip
>
>
> 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
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)