rtfeldman / elm-iso8601-date-strings

Convert between ISO-8601 date strings and Time.Posix
https://package.elm-lang.org/packages/rtfeldman/elm-iso8601-date-strings/latest
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

added capability for yyyy-mm-ddThh:mm format and added a test #24

Closed danabrams closed 3 years ago

danabrams commented 5 years ago

I fixed the yyyy-mm-ddThh:mm format by adding a succeed 0 to the seconds oneOf in the parser.

I also added a test.

jamesrweb commented 3 years ago

Resolves #23