This function returns the time zone specified in the time zone parameter.

Syntax
timeZone(text) #Output: TimeZone
Examples
Parser expressionDescription
timeZone("DST")

This example returns the DST time zone.

timeZone(projectProperty("timeZone"))
This example returns the time zone configured in the current project as a project property.
Additional information

Parameters used in this function

ParameterInput (data type)Description
text

TEXT

The time zone used for the calculation. The input value must be a text.

Output

This function returns a TIME ZONE

This function is useful to obtain a time zone from a text, for example if the user time zone is stored as the value in the project properties.


Use cases and examples