utc-0.1.0.1: A pragmatic time and date library.

Safe HaskellSafe
LanguageHaskell98

Data.UTC.Class.Epoch

Synopsis

Documentation

class Epoch t where Source

The instant in time also known as the epoch: 1970-01-01T00:00:00Z

Methods

epoch :: t Source

Instances