Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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)