STD.Date.TimeZone.UniqueTZAbbreviations( )
Returns: | A new DATASET({STRING5 tzAbbrev}) containing the unique time zone abbreviations. |
The STD.Date.TimeZone.UniqueTZAbbreviations function returns a list of unique time zone abbreviations from the hardcoded dataset in the TimeZone module. All abbreviations are in uppercase.
Example:
IMPORT STD; STD.Date.TimeZone.UniqueTZAbbreviations();