| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | mr.hugo.gomes@gmail.com |
Data.Time.RFC3339
Contents
Description
Support for reading and displaying time in the format specified by the RFC3339 http://www.ietf.org/rfc/rfc3339.txt
- class RFC3339 a where
- showRFC3339 :: ZonedTime -> a
- readRFC3339 :: a -> Maybe ZonedTime
Basic type class
This class is here to allow future support for other data types like Data.Text or Data.ByteString if that becomes necessary