CurrentTimezone
The CurrentTimezone function returns the assigned IANA time zone associated with the organization's account as set at Administration > Account > General Settings > Time. Date and time values in documents across the organization reflect the currently assigned account time zone. For more information see Account Time Zones.
Important: Workbook elements that use this system function are not supported by materialization.
Syntax
CurrentTimezone()
The CurrentTimezone function does not accept an argument.
Example
In this example, the account's time zone is set to America/Los_Angeles at Administration > Account > General Settings > Time:
Using the function in a table column formula,
CurrentTimezone()
returns the account's IANA time zone of America/Los_Angeles.
Related Resources
Related Functions