utc-0.1.0.1: A pragmatic time and date library.

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.UTC.Type.Time

Synopsis

Documentation

data Time Source

This type represents time instants during a day (00:00:00 - 23:59:59.999..) with arbitrary precision (uses Integer internally).

  • The internal structure is not exposed to avoid the creation of invalid values. Use midnight or a parser to construct values.
  • The instance of Show is only meant for debugging purposes and is subject to change.