Status
Tech review

 Examples on how to read properties

Style guide



Short description

Returns a time zone.

Output

Available since



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


timeZone(text) #Output: TimeZone



Parser expressionDescription


timeZone("DST")


This example returns the DST time zone.



Parameters used in this function

ParameterInput (data type)Description
text

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



This function returns a


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.

Project properties can be retrieved using...