now now
Returns the current date in date time format. For more information on data types, refer to this page.
Category
Date
Function syntax
now(<parameter>)
Parameters
Parameter
Description
string
Signatures and returned type
now()
now("<timeZone id>")
Returns a dateTime.
Examples
now()
Returns 2023-06-03T06:30Z.
toString(now())
Returns ā2023-06-03T06:30Zā
now("Europe/Paris")
Returns 2023-06-03T08:30+02:00.
recommendation-more-help
8fe209f2-717b-4d36-904c-71a9532007af