GetTimeZoneInfo()

edit

Returns a structure representing the current timezone;

utctotaloffset, utchouroffset, utcminuteoffset, isdston.

GetTimeZoneInfo( timezone=timezone, locale=locale );

Returns: Struct

Argument Description
timezone
timezone, optional
edit

the timezone to get the data from.

Introduced: 5.0.0.0

locale
locale, optional
edit

locale used to format the output.

Introduced: 5.0.0.0

Examples

edit
dump(GetTimeZoneInfo());

See also