haskell / time

A time library
http://hackage.haskell.org/package/time
Other
118 stars 78 forks source link

Utility functions for applying CalendarDiffTime's to (UTC/Local)Time #259

Open tysonzero opened 1 month ago

tysonzero commented 1 month ago

We have addUTCTime for applying NominalDiffTime to UTCTime, and addLocalTime for applying them to LocalTime. It'd be nice to have equivalent functions for CalendarDiffTime.