Returns the current date/time in the requested timezone.
Parameters
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
Usage
Example: Get Current DateTime for US Eastern
Inputs:
DateTime format to return: %Y-%m-%dT%H:%M:%SZ
Timezone to return: US/Eastern
Results output
Results of Example:
Parameter
Description
Required
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.