adzap / timeliness

Fast date/time parsing for the control freak.
http://github.com/adzap/timeliness
MIT License
224 stars 27 forks source link

Unable to parse ISO8601 format with T but without seconds #49

Open espen opened 1 week ago

espen commented 1 week ago
Timeliness.parse('2024-09-04T12:30')

returns nil

Works:

Timeliness.parse('2024-09-04T12:30:00')
Timeliness.parse('2024-09-04 12:30')