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

Accept dates with no ending Z #18

Closed FabienHenon closed 5 years ago

FabienHenon commented 5 years ago

Fixes #12

andys8 commented 5 years ago

Why is CI currently failing? Something wrong with the setup? https://travis-ci.org/rtfeldman/elm-iso8601-date-strings/builds/483949442

rtfeldman commented 5 years ago

Looks good, thanks @FabienHenon!

rtfeldman commented 5 years ago

Published as 1.1.3.

andys8 commented 5 years ago

Thanks for the released version. This is nice, because it now supports the default format used by Java / Spring / Jackson. I can confirm it works out of the box now.