Get DateTime transform action
Last updated
Was this helpful?
You would like to get the current date/datetime.

Returns the current date/time in the requested timezone.
DateTime format to return
Use https://strftime.org/ for various options
Timezone to return
The timezone you would like to have the date returned in.
Some timezone values are timezone naive, such as EST. Say you would like to use a timezone aware value. Following that example, you should use America/New_York or US/Eastern.
A good point of reference is: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Inputs:
DateTime format to return: %Y-%m-%dT%H:%M:%SZ
Timezone to return: US/Eastern
Results of Example:
Last updated
Was this helpful?
Was this helpful?
2025-04-16T08:07:04Z