Sebb created LANG-1089:
--------------------------
Summary: 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
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)