https://github.com/nh2/iso8601-time
Convert to/from the ISO 8601 time format in Haskell
https://github.com/nh2/iso8601-time
Last synced: 24 days ago
JSON representation
Convert to/from the ISO 8601 time format in Haskell
- Host: GitHub
- URL: https://github.com/nh2/iso8601-time
- Owner: nh2
- Created: 2013-10-27T00:43:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T15:06:36.000Z (almost 7 years ago)
- Last Synced: 2025-05-03T03:12:14.431Z (27 days ago)
- Language: Haskell
- Size: 10.7 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
iso8601-time
============[](https://travis-ci.org/nh2/iso8601-time)
Conversion functions between Haskell time types and the [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format,
which is often used for printing times, e.g. JavaScript's `new Date().toISOString()`.## License
[MIT license](https://opensource.org/licenses/MIT)