GetTimeZoneInfo()
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
editdump(GetTimeZoneInfo());
See also
- Date and time
- GetTimeZone()
- SetTimeZone()
- timezone.info()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)