@hackage timerep1.0.4

Parse and display time according to some RFCs (RFC3339, RFC2822)

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