@hackage timerep1.0.3
Parse and display time according to some RFCs (RFC3339, RFC2822)
Categories
License
BSD-3-Clause
Maintainer
Hugo Daniel Gomes <mr.hugo.gomes@gmail.com>
Links
Versions
Installation
Dependencies (3)
- base <5
- old-locale
- time >=1.2 Show all…
Dependents (26)
@hackage/cayene-lpp, @hackage/mondo, @hackage/morley, @hackage/rss-conduit, @hackage/hedgehog-gen-json, @hackage/hadolint, Show all…
Parse and display time according to some RFC's. Supported: RFC3339 http://www.ietf.org/rfc/rfc3339.txt RFC2822 http://www.ietf.org/rfc/rfc2822.txt
This package defines a type class to parse and read time representations specified in some RFC's. Right now there is only support for reading and showing String
Special thanks to Koral for all the suggestions and help in solving some bugs