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 no delimeters in date and time parts #15

Closed gyzerok closed 5 years ago

gyzerok commented 6 years ago

Fixes https://github.com/rtfeldman/elm-iso8601-date-strings/issues/13

According to standard having no delimeters in both date and time parts is a valid option.

gyzerok commented 6 years ago

Tests work locally, though there is a problem in CI.

ringvold commented 5 years ago

@gyzerok This does not actually fix #13 as that issue relates to delimiters in the UTC offset and your PR addresses delimiters in the rest of the string.

This PR to your branch fixes that: https://github.com/gyzerok/elm-iso8601-date-strings/pull/1 :smile: