thyme-0.3.5.5: A faster time library

Safe HaskellNone
LanguageHaskell2010

Data.Thyme.Format.Human

Synopsis

Documentation

humanTimeDiff :: TimeDiff d => d -> String Source

Display DiffTime or NominalDiffTime in a human-readable form.

humanTimeDiffs :: TimeDiff d => d -> ShowS Source

Display DiffTime or NominalDiffTime in a human-readable form.

humanRelTime :: UTCTime -> UTCTime -> String Source

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

humanRelTimes :: UTCTime -> UTCTime -> ShowS Source

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