¤ getTime, getLocalTime

Types

getTime :: (FudgetIO c) => (ClockTime -> c a b) -> c a b
getLocalTime :: (FudgetIO c) => (CalendarTime -> c a b) -> c a b

Description

These functions correspond to functions in the Haskell Library module Time. getTime corresponds to getClockTime and getLocalTime corresponds to getClockTime >>= toCalendarTime.

See Also

Time library functions: getClockTime, toCalendarTime.