@hackage timerep2.0.1.0
Parse and display time according to some RFCs (RFC3339, RFC2822, RFC822)
Categories
License
BSD-3-Clause
Maintainer
Hugo Daniel Gomes <mr.hugo.gomes@gmail.com>
Links
Versions
Installation
Dependencies (5)
- attoparsec
- base <5
- monoid-subclasses >=0.4.1
- text
- time >=1.5 && <1.10 Show all…
Dependents (26)
@hackage/cayene-lpp, @hackage/mondo, @hackage/morley, @hackage/rss-conduit, @hackage/hedgehog-gen-json, @hackage/hadolint, Show all…
timerep
This started out as a simple project to parse and display time according to RFC 3339, but with time gained ability to convert to and from other RFCs as well.
You will find a change log in CHANGES.md.
Todos
- Get rid of the
formatTimefunction, and use a more decent pretty printing lib. - Do some proper parsing (it parses nicely, but this was just a quick hack that my mind produced while being stressed to finish this).
License
This project is licensed under a 3-clause BSD license as specified in the
LICENSE file.