rfc3339-1.0.3: Parse and display time according to RFC3339

PortabilityGHC
Stabilityexperimental
Maintainermr.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

Synopsis

Basic type class

class RFC3339 a whereSource

This class is here to allow future support for other data types like Data.Text or Data.ByteString if that becomes necessary

Instances

RFC3339 String

For now there is only an instance for the String data type