Module

Effect.Now

Package
purescript-now
Repository
purescript-contrib/purescript-now

#now Source

now :: Effect Instant

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

#nowDateTime Source

nowDateTime :: Effect DateTime

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

#nowDate Source

nowDate :: Effect Date

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

#nowTime Source

nowTime :: Effect Time

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

#getTimezoneOffset Source

getTimezoneOffset :: Effect Minutes

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

Modules
Effect.Now