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.

Modules