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

Fix leapYearsBetween calculation #2

Closed justinmimbs closed 6 years ago

justinmimbs commented 6 years ago

I also brought over your parser changes from elm-spa-example, so that it would compile with the current Parser.

justinmimbs commented 6 years ago

Round-tripping with fromTime and toTime seems to work now.

rtfeldman commented 6 years ago

Awesome, thanks @justinmimbs!