time
time copied to clipboard
Utility functions for applying CalendarDiffTime's to (UTC/Local)Time
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
.