utc

A pragmatic time and date library.

https://github.com/lpeterse/haskell-utc

Latest on Hackage:0.2.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Lars Petersen
Maintained by [email protected]

This library aims to supply you with common types and operations for working with time and date.

  • Parsing and rendering common formats like ISO8601 and RFC3339.

  • Modifying dates and times in a way that is easy to understand and not overengineered (srsly, who needs something else than the Gregorian Calendar?)

  • A set of classes that provide interfaces for your own application specific or maybe more efficient time and date types. Implement the interfaces and get all the parsing and rendering functions for free!

Bug reports or (even better) tests are appreciated.