Survey Tabulation > Advanced expressions > UNICOM Intelligence function library > Date and time functions > GetTimeZoneName
 
GetTimeZoneName
Returns the name of the local time zone.
Syntax
GetTimeZoneName([Val])
Parameter
Val
Type: None
Optional. Long or Text value specifying time zone to use.
(return)
Type: Text
Name of the local time zone.
Example
The following example returns the name of the time zone with index value 235 (Tokyo Standard Time) in the list of time zones defined in the registry.
GetTimeZoneName(235)
See also
Date and time functions