[
https://issues.apache.org/jira/browse/LANG-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Charles Honton updated LANG-462:
--------------------------------
Attachment: UseFormatCache.patch
Have FastDateFormat use FormatCache developed for FastDateParser.
Drawback: timeZoneForced concept removed. I'm not sure what advantage that
"feature" offered.
1. It was under-documented what it did and how it worked.
2. Easy to get same functionality by using format(cal.getTime()) instead of
format(cal)
My understanding is that Version 3 is not necessarily a drop-in replacement for
prior versions.
> FastDateFormat supports parse
> -----------------------------
>
> Key: LANG-462
> URL: https://issues.apache.org/jira/browse/LANG-462
> Project: Commons Lang
> Issue Type: New Feature
> Components: lang.time.*
> Reporter: Franz Wong
> Fix For: 3.1
>
> Attachments: lang462.patch, UseFormatCache.patch
>
>
> Currently FastDateFormat only supports formatting the ISO8601 time zone,
> however, it doesn't support parsing such string to Date.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.