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

Support for no delimeters in offset #20

Closed ringvold closed 5 years ago

ringvold commented 5 years ago

Reopening PR based on PR #15 which add support for no delimiters (basically same as #16).

This PR adds support for no delimiters in offset which is valid ISO 8601 format.

Format sources: https://www.cl.cam.ac.uk/~mgk25/iso-time.html (under the heading "Time Zones") https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators https://www.ietf.org/rfc/rfc3339.txt (See definition of time-numoffset on page 12)

I closed PR #15 and instead added to the existing PR from gyzerok but they are all closed so adding this again.

rtfeldman commented 5 years ago

Thanks @ringvold! Sorry it took me so long to get to this. 😅

rtfeldman commented 5 years ago

Published as 1.1.3.