thyme-0.4: A faster time library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Thyme.Format.Human

Description

Vague textual descriptions of time durations.

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.