ConvertTimeZone
Last updated
Was this helpful?
Last updated
Was this helpful?
The ConvertTimezone function converts datetime values to the specified time zone.
Function arguments:
date
(required) The datetime value to convert.
timezone
(required) The TZ identifier of the IANA time zone to which the datetime value is converted. See for reference.
from_timezone
(optional) The TZ identifier of the IANA time zone from which the datetime value is converted.
Defaults to the organization account time zone when the argument is unspecified.
Interprets values in the Date column as datetime values in the organization, then converts them to the equivalent datetime values in America/Los_Angeles (Pacific) time.
Interprets 2014-07-18 10:58:00
in America/New_York (Eastern) time and converts it to 2014-07-18 07:58:00
in America/Los_Angeles (Pacific) time.