thyme-0.3.0.1: A faster time library

Safe HaskellNone

Data.Thyme.Format.Human

Synopsis

Documentation

humanTimeDiff :: TimeDiff d => d -> StringSource

Display DiffTime or NominalDiffTime in a human-readable form.

humanTimeDiffs :: TimeDiff d => d -> ShowSSource

Display DiffTime or NominalDiffTime in a human-readable form.

humanRelTime :: UTCTime -> UTCTime -> StringSource

Display one UTCTime relative to another, in a human-readable form.

humanRelTimes :: UTCTime -> UTCTime -> ShowSSource

Display one UTCTime relative to another, in a human-readable form.