[
https://issues.apache.org/jira/browse/LANG-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved LANG-1089.
------------------------
Resolution: Fixed
Fix Version/s: 3.4
URL: http://svn.apache.org/r1663348
Log:
LANG-1089 FastDateParser does not handle excess hours as per SimpleDateFormat
Modified:
commons/proper/lang/trunk/src/changes/changes.xml
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserSDFTest.java
> FastDateParser does not handle excess hours as per SimpleDateFormat
> -------------------------------------------------------------------
>
> Key: LANG-1089
> URL: https://issues.apache.org/jira/browse/LANG-1089
> Project: Commons Lang
> Issue Type: Bug
> Reporter: Sebb
> Fix For: 3.4
>
>
> FastDateParser does not do any validation of dates/times.
> It acts similarly to SimpleDateFormat (SDF) in lenient mode.
> However it does not generate the same output as SDF for input where the
> number of hours is greater than the normal range (e.g. > 12 for hh or > 23
> for HH)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)