timeZone()

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


Bash
timeZone(text) #Output: TimeZone


Examples

Parser expression

Description

Bash
timeZone("DST")

This example returns the DST time zone.

Bash
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

Parameter

Input (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