[
https://issues.apache.org/jira/browse/LANG-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021999#comment-13021999
]
Henri Yandell commented on LANG-462:
------------------------------------
Apologies - I get your question now Charles. I've added the UseFormatCache
patch, and the FormatCache class (though I've removed the public keyword for
now).
svn ci -m "Refactoring FastDateFormat per LANG-462 to use the FormatCache class
created for an upcoming DateParser functionality. I've kept FormatCache
package-private for now. "
Sending src/main/java/org/apache/commons/lang3/time/FastDateFormat.java
Adding src/main/java/org/apache/commons/lang3/time/FormatCache.java
Sending
src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java
Transmitting file data ...
Committed revision 1095299.
This drops the unnecessary getTimeZoneOverridesCalendar() method from the 3.0
API.
> 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.x
>
> Attachments: DateParser.patch, LANG-462-FormatCache.patch,
> LANG-462-Hen.patch, UseFormatCache.patch, lang462.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.
For more information on JIRA, see: http://www.atlassian.com/software/jira