STD.Date.TimeZone.TZDataForLocation( location )
| location | REQUIRED. The name of the location to search for; must be a non-empty uppercase string. | 
| Returns: | A new DATASET(STRING5 tzAbbrev, INTEGER4 secondsOffset) containing the records found for the given location. | 
The STD.Date.TimeZone.TZDataForLocation function returns the time zone records for a given location.
Example:
IMPORT STD;
STD.Date.TimeZone.TZDataForLocation('ASIA');See Also: FindTZData