Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nichtich/extdatetime

Extended Date/Time in Haskell
https://github.com/nichtich/extdatetime

Last synced: 5 days ago
JSON representation

Extended Date/Time in Haskell

Awesome Lists containing this project

README

        

# Name
Extended Date/Time module in Haskell

# Description
This is just an experiment Haskell module to clarify my own understanding
of extended Date/Time values, and to tech me Haskell. It is based on simple
Date/Time concepts from [ISO 8601](http://xml.coverpages.org/ISO-FDIS-8601.pdf).

Extended datetime concepts are proposed as extension to ISO 8601 and
publically discussed [at LOC](http://www.loc.gov/standards/datetime/).

# Usage

$ cabal configure
$ ghci src/Data/DateTime/Extended.lhs

# Contribution
Feel free to fork this projects from

https://github.com/nichtich/extdatetime

or reuse the code in any other way. There is an issue tracker at

https://github.com/nichtich/extdatetime/issues

Hints on Haskell are especially welcome!

# Author
Jakob Voss