timerep-1.0.0: Parse and display time according to some RFCs (RFC3339, RFC2822)

Data.Time.RFC3339

Contents

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