Module

Data.DateTime.ISO

#ISO

newtype ISO

A minimal DateTime wrapper that encodes/decodes to/from the simplified extended ISO format (ISO 8601). Specifically YYYY-MM-DDTHH:mm:ss[.sss]Z where hyphens and colons can be omitted.

Constructors

Instances

#unwrapISO

unwrapISO :: ISO -> DateTime

A monomorphic unwrap.

Modules