iso8601-time

Convert to/from the ISO 8601 time format

https://github.com/nh2/iso8601-time

Version on this page:0.1.4
LTS Haskell 22.13:0.1.5
Stackage Nightly 2024-03-14:0.1.5
Latest on Hackage:0.1.5

See all snapshots iso8601-time appears in

MIT licensed and maintained by Niklas Hambüchen
This version can be pinned in stack with:iso8601-time-0.1.4@sha256:21463b4f01434e4a46ba5eae845d964f63908855173f0febb2af6e33337fb570,1417

Module documentation for 0.1.4

Depends on 2 packages(full list with versions):
Used by 1 package in lts-8.5(full list with versions):

Conversion functions between Haskell time types and the ISO 8601 format, which is often used for printing times, e.g. JavaScript's new Date().toISOString().