ยค getTime, getLocalTime

Types

getTime :: FudgetIO f => (ClockTime -> f hi ho) -> f hi ho
getLocalTime :: FudgetIO f => (CalendarTime -> f hi ho) -> f hi ho

Description

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

See Also

Time library functions: getClockTime, toCalendarTime.