TimeZoneList

Purpose:                    This function returns an array of names of time zones that are available on the system.

Returns:                    Array of text

Usage:                       Script

Format:                      TimeZoneList()

Parameters:             None

Comments:               Entries in the returned list may be used as parameters for the ConvertTimestamp function.

                             TimeZoneList produces a list of timezones in English, even on non-English versions of Windows.

Example:

Init [

  If 1 Main; 

  [ 

    { Get a list of time zones } 

    TZList = TimeZoneList(); 

  ] 

]

See Also:

ConvertTimestamp | TimeZone