Module

Effect.Now

#now

now :: Effect Instant

Gets an Instant value for the date and time according to the current machine’s clock.

#nowDateTime

nowDateTime :: Effect DateTime

Gets a DateTime value for the date and time according to the current machine’s clock.

#nowDate

nowDate :: Effect Date

Gets the date according to the current machine’s clock.

#nowTime

nowTime :: Effect Time

Gets the time according to the current machine’s clock.

#getTimezoneOffset

getTimezoneOffset :: Effect Minutes

Gets the time zone difference, in minutes, from current local (host system settings) to UTC using now.

Modules