gweis / isodate

ISO 8601 date/time parser
BSD 3-Clause "New" or "Revised" License
148 stars 58 forks source link

Accept time='24:00:00' in parse_dateTime for more is conformance #86

Open WhiteGobo opened 1 year ago

WhiteGobo commented 1 year ago

Added errror handling parse_dateTime so that time == '24:00:00' is accepted. Handles Issue #85