An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

iso8601-time
============

[![Build Status](https://travis-ci.org/nh2/iso8601-time.png)](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)