https://github.com/wolfadex/elm-rfc3339
An Elm package for parsing RFC 3339 date times
https://github.com/wolfadex/elm-rfc3339
Last synced: 4 months ago
JSON representation
An Elm package for parsing RFC 3339 date times
- Host: GitHub
- URL: https://github.com/wolfadex/elm-rfc3339
- Owner: wolfadex
- License: other
- Created: 2024-06-12T22:10:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T22:53:03.000Z (over 1 year ago)
- Last Synced: 2025-07-25T17:06:13.179Z (11 months ago)
- Language: Elm
- Size: 71.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-rfc3339 [](https://github.com/wolfadex/elm-rfc3339/actions?query=branch%3Amain)
Parses a string into an [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339) date time format, or convert back into a string.
Some examples of what these look like...
- **local time**: 09:15:22
- **local date**: 1970-11-21
- **local date time**: 1970-11-21T09:15:22
- **date time with offset**: 1970-11-21T09:15:22+01:00
For differences with ISO 8601, I recommend checking out