Trades speed for slightly less precision: micro- (μs; 10-6)
versus pico-seconds (ps; 10-12).
Better type-safety for date and time arithmetic.
Ships with a selection of Iso’s and Lens’s for lens.
Building
Library
cabal build
Haddock
cabal haddock
Changes
unreleased
0.4
Supported GHC 9 and older
Changed the type of mkUTCTime :: Day -> DiffTime -> UTCTime to mkUTCTime :: Year -> Month -> DayOfMonth -> Hour -> Minute -> Double -> UTCTime. Use the UTCTime pattern synonym instead if needed.