Event type descriptions and available time zones
This topic describes event types and available time zones.
Event type descriptions
The consolidation and analysis engine supports the following event types.
- ActionFailure
- An action failed to execute.
- Active Availability Monitoring Change
- Site configuration changed.
- AlertDiscarded
- Indicates that at least one alert was discarded by the collector, because the number of alerts collected over the CAE agent alert polling interval (default 5 seconds) exceeded the Query Monitor subsystem's "Alert Limit" startup parameter (default 300).
- AlertRateTooHigh
- Indicates that the Query Monitor subsystem is frequently discarding alerts because alerts are being collected at a rate faster than the CAE agent can retrieve them (see AlertDiscarded).
- AlertThresholdProblem
- Indicates that a SQL statement exceeded an alert threshold set in a monitoring profile (applies to SQL)
- ApplicationCodingError
- Any SQL code that indicates that the SQL statement was incorrectly written (for example, -007 illegal character, -104 illegal symbol, etc.) (applies to SQL)
- ApplicationRuntimeError
- The database application program made an error at runtime that prevented the SQL statement from executing (for example, -822 the sqlda contains an invalid data address) (applies to SQL)
- ArchiveLogQuiesceDelayProblem
- Indicates that a large portion of the total delay was taken up with the processing of ARCHIVE LOG MODE (QUIESCE) commands. (applies to SQL)
- ArchiveLogReadDelayProblem
- Indicates that a large portion of the total delay was taken up with time spent waiting for archive reads (TAPE). (applies to SQL)
- Authentication Configuration Problem
- Authentication configuration information was lacking or incorrect for the named DomainElement.
- AuthorizationError
- The error occurred due to authorization restrictions (for example, -551: does not have the privilege to perform operation on object) (applies to SQL)
- Availability Event
- Any type of event regarding the availability of the subject. Typically, IP availability from the perspective of the management station.
- Availability Failure
- Any type of event where the subject of the event is completely unavailable. Note, this is distinct from AvailabilityProblem wherein the subject of the event may be somewhat available, for example, flapping.
- Availability Problem
- Any type of problem affecting the availability of the subject. Typically, IP availability from the perspective of the management station.
- Bean Name Warning
- The bean file name differs from the bean name. In many cases, the bean file name and bean name must be the same. A difference between these two values may denote an error in the bean definition.
- BindError
- An error occurred during binding (for example, -720: attempted to create a version that already exists) (applies to SQL)
- CAEAgentAbendProblem
- An abnormal end occurred in the CAE Agent address space during alert collection. (applies to CAE agent)
- CAE Agent Resource Problem
- The bean file name differs from the bean name. In many cases, the bean file name and bean name must be the same. A difference between these two values may denote an error in the bean definition.
- CAEServerResourceProblem
- If the CAE Server is unable to process alerts due to insufficient memory in the CAE Server, this
alert will be posted to the Alert Browser. Typically, this is
due to too many alerts being captured and kept. The following
user actions are available:
- Raise alert thresholds in the profiles, and ensure all appropriate SQL codes are excluded in all profile lines.
- Clear as many possible alerts from the Alert Browser.
- If you feel that the alert thresholds are already
tuned appropriately (i.e. only those alerts that
require immediate attention are being posted), the
following steps can help reduce the chance the CAE
Server will run out of memory due to alert volume:
- Set the MIT (Monitored Information Type)
parameter “persist” to “no”. Note:
- Changing this parameter only affects alerts posted after this change.
- Because the alerts are not being persisted in the CAE Server, they will not be restored if the CAE Server is restarted. If you have ensured that all alerts are also collected as exceptions, you can view the alert details using the “Exceptions” perspective in the Activity Browser.
- Lower the value of the MIT parameter
“autoClear” (we recommend no higher than 7 days).
Note: Changing this parameter will only affect alerts posted after this change.
- Lower the value of the MIT parameter
“maxEventCount” (say to 100). Note: This will cause the oldest events of each alert type to be discarded as new ones come in.
- Lower the ALERT_LIMIT startup parameter in the
CQM collector task (say to 50).Note: This will cause the newest events to be discarded when there are more than ALERT_LIMIT alerts collected in the polling cycle of the CAE Agent (default 5 seconds).
- Set the MIT (Monitored Information Type)
parameter “persist” to “no”.
- Cannot Monitor Scope Warning
- A particular scope cannot be monitored.
- CircularCorrelationWarning
- Two or more correlations define a circular relationship between events.
- ClaimReleaseDelayProblem
- Indicates that a large portion of the lock delay time was taken up with wait time for a drain waiting for claims to be released (applies to SQL)
- Client Connection Event
- Client is connected to, or disconnected from the server.
- Client Connections Limit Warning
- One more client intended to connect to the server but was denied due to license limitation.
- Configuration Change Event
- Any configuration change event.
- ConfigurationProblem
- Query Monitor configuration problem. Setting up a Query Monitor application may involve configuring a number of objects such as actions, responses, scopes, correlations etc. Most invalid configurations are detected at configuration time and prevented from being created. However, some can only be detected at run-time and in such cases Query Monitor will report such events to the message board as with network events.
- Conflicting Param Override Warning
- Two or more parameter overrides conflict.
- Correlation Execution Warning
- An error condition has been encountered while executing a correlation rule.
- Db2® Object Usage Problem
- Any event relating to the db2 object usage.
- Db2 Sql Event
- Any event relating to the execution of SQL statements.
- DB Element Information
- Any event concerning DB Element.
- DdlError
- The error happened during a data definition statement such as a create or alter (for example, -623: a clustering index already exists on table) (applies to SQL)
- DbmsError
- A problem happened within the DBMS system itself (for example, -901: A system error occurred that prevented successful execution of the current SQL statement) (applies to SQL).
- Dbms Event
- Any event relating to the database management system as a whole, as opposed to particular SQL statements, or to a part (for example, a bufferpool or a table) of that system.
- DBMS Information
- Any information relating to the database management system as a whole, as opposed to particular SQL statements, or to a part (for example, a bufferpool or a table) of that system.
- DeadlockOrTimeoutError
- The statement failed due to a deadlock or lock timeout (for example, -913: Unsuccessful execution caused by deadlock or timeout) (applies to SQL).
- DelayProblem
- Any event relating to delays in SQL statement execution (such as IO delays and lock delays) (applies to SQL).
- Deprecated Event
- Any type of deprecated event. An event no longer supported. Usually this is because the event has been supplanted by another new event type.
- Deprecated Statistic
- Any type of deprecated statistic. A statistic no longer supported. Usually this is because the statistic has been supplanted by another new statistic type.
- Device Event
- An event pertaining to a logical device.
- Device Information
- Any information relating to a logical device.
- Device Statistic
- A statistic pertaining to a logical device.
- Discovery Abort Event
- Domain discovery aborted.
- Discovery Complete Event
- Domain discovery is complete.
- Discovery Domain Change Event
- Discovery domain change changed.
- Discovery Log Cleanup Failed
- Discovery log cleanup failed.
- Discovery Logs Removed
- This event is generated when old discovery log files are automatically removed to manage disk space utilization. This event is generated by the log maintenance action.
- Discovery Start Event
- Domain discovery started.
- Discovery State Change Event
- Domain discovery state changed.
- DistributedQueryError
- The error was specifically related to a problem with the distributed aspect of the query (for example, -30020: execution failed due to a distribution protocol error that caused de-allocation of the conversation) (applies to SQL)
- Domain Element Property Change Event
- A property of this domain element has been changed.
- DrainLockDelayProblem
- Indicates that a large portion of the lock delay was accounted for by the accumulated wait time for a drain lock. (applies to SQL)
- Duplicate Bean Warning
- Multiple beans with the same name were found. This may denote errors in the bean definitions.
- Duplicate Discovery Event
- Duplicate domain discovery is cancelled.
- Duplicate Domain Name
- Server attempted to load a domain with a name that already exists.
- DuplicateKeyInIndexError
- This fault is specifically reserved for -803 (applies to SQL)
- Entry Point Analysis Complete Event
- IP Availability Entry Point Analysis was completed for a domain.
- Entry Point Analysis Start Event
- IP Availability Entry Point Analysis was started for a domain.
- EnvironmentError
- Any SQL code that indicates that the required environment was not established (for example, -927 the language interface was called when the connecting environment was not established) (applies to SQL)
- Event
- Any type of event including faults, traps, warnings, notifications, alarms etc.
- Event Backlog Warning
- A high rate of events has led to a queue backlog that needs to be cleared.
- Excessive Event Volume Warning
- An excessive volume of different events of the same type is occurring. This is an indication that your monitoring configurations and thresholds are such that an unmanageable flood of events will result. Old events of this type will be automatically cleared when this occurs.
- Excessive Load Problem
- An indication that a large number of SQL statements are exceeding their elapsed time limits with very most of the elapsed time unaccounted for by Db2. This usually indicates that Db2 or MVS is under heavy load.
- GeneralSqlError
- Indicates that a SQL statement received a negative SQL code that is not categorized by any other SqlError event type (applies to SQL).
- GetPageCountExceededProblem
- Indicates that a SQL statement exceeded a getpage alert threshold set in a monitoring profile (applies to SQL).
- License Expiration Warning
- Your product license will expire soon.
- LockLatchDelayProblem
- Indicates that lock and/or latch delay made a significant contribution to the elapsed time of the SQL statement execution (applies to SQL).
- LockProblem
- Any event concerning the effect of locks and/or latches on the execution of SQL statements (applies to SQL).
- LockRequestCountRateExceededProblem
- Indicates that a SQL statement made too many lock requests per second (applies to SQL).
- Log File Failure
- An error occurred writing to a log file.
- Logging Facility Information
- Any information relating to a logging facility.
- Member Server Connect
- A Member server has connected to its Aggregation server.
- Member Server Disconnect
- Member server has disconnected from its Aggregation server.
- Member Server Status Event
- An event pertaining to a KBM server that is part of an aggregated deployment (aka "Member Server").
- MIT Definition Problem
- A problem has been found with the definition of a MIT.
- Monitored Information
- Any kind of monitored information. Monitored information types may be browsed by the form of monitoring (data, statistics, and events), or by the subject of the monitoring (hardware, software etc.).
- Monitored Information by Form
- Any kind of monitored information. The sub-types of this monitored information types are organized from the perspective of the form of monitoring (model update, statistic, and event).
- Monitored Information by Management Standard
- Any kind of monitored information that is specific to a management standard (such as SNMP). The sub-types of this monitored information type are organized from the perspective of the management standard used to acquire the information.
- Monitored Information by SNMP
- Any kind of monitored information that is specific to the SNMP management standard. The sub-types of this monitored information type are organized from the perspective of the SNMP MIB in which the information is defined.
- Monitored Information by Subject
- Any kind of monitored information. The sub-types of this monitored information type are organized from the perspective of the subject of the monitoring (Device, Software, etc.).
- Monitored Information by Syslog
- Any kind of monitored information that is specific to the syslog management standard.
- Monitored Information Deprecated
- Any deprecated MIT. Deprecated MITs can be the result of renaming or replacing of MITs between versions. All site references to deprecated MITs should be updated to use new or replacement MITs. Future versions of the product may entirely remove deprecated MITs.
- MonitoringAgentConnectEvent
- A CAE agent has connected to the management station (server host).
- MonitoringAgentFailure
- A CAE agent is no longer accessible from the management station (server host).
- MonitoringAgentOverload
- A CAE agent has tasks that cannot be completed in required time.
- Monitoring Change Event
- Monitoring was started or stopped for a domain.
- Monitoring History Write Failure
- An attempt to store monitoring history to disk failed due to an unexpected IO exception.
- Monitoring System Event
- The monitoring system has an event.
- Monitoring System Problem
- Some part of the monitoring system has a problem.
- MvsError
- The error was with the system on which the Db2 subsystem is running (for example, -187: MVS TOD clock is bad or the MVS PARMTZ is out of range) (applies to SQL)
- New Device Discovered Event
- A new device is discovered during discovery.
- Object Buffer Pool Hit Ratio Problem
- For this object, too many of the pages retrieved required IO.
- Object Synchronous IO Delay Problem
- Any db2objectUsage event.
- OtherReadDelayProblem
- Indicates that a large portion of the IO delay time was taken up with read delays (applies to SQL)
- OtherWriteDelayProblem
- Indicates that a large portion of the IO delay time was taken up with write delays (applies to SQL)
- Over Utilization Problem
- Any type of over utilization problem.
- Over Utilization Symptom
- Description: Any type of over utilization symptom.
- PageLatchDelayProblem
- Indicates that a large portion of the total lock delay was accounted for by the page latch delay (applies to SQL)
- Patched Ad Hoc Information
- Any kind of ad hoc information retrieved from ad hoc elements which are generated from SNMP table rows.
- Performance Problem
- Any type of performance problem. Performance problems entail reduction in performance typically through over-use but do not entail faulty behavior as is the case with reliability problems.
- Polling Period Too Short Warning
- A monitoring configuration has been given a polling period that is too short.
- QmSubsystemTerminated
- A Query Monitor Subsystem that was previously active is no longer active (applies to QmSubsystem)
- Reliability Problem
- Any type of reliability problem.
- ResourceLimitError
- A negative SQL code was received indicating that a resource limit was exceeded (for example, -905: unsuccessful execution due to resource limit being exceeded) (applies to SQL).
- ResourceUnavailableError
- A negative SQL code was received indicating that a resource was unavailable (applies to SQL).
- RuntimePlanError
- A problem occurred using a plan (for example, -805: dbrm or package name not found in plan) (applies to SQL).
- Scope Member Added Event
- A domain element was added to a scope.
- Scope Member Removed Event
- A domain element was removed from a scope.
- Scope Membership Change Event
- A generic event indicating a change in the domain model.
- Security Event
- Any security event.
- Self Configuration Change Event
- The site configuration of this management product has been changed.
- SelfEvent
- Any event relating to the Query Monitor application itself. These events are not a reflection of the state of your network.
- Self Information
- Any information relating to this application. This information is NOT a reflection of the state of the system or domain being observed and/or managed by this application.
- Server Memory Warning
- Server memory usage is high.
- Server Started Event
- Event indicating that the server has started.
- ServerTaskSwitchDelayProblem
- Indicates that a large portion of the total delay time was taken up with task switching (applies to SQL)
- SingletonSelectError
- This is specifically reserved for -811 (applies to SQL)
- SNMP Trap Port Unavailable
- The monitoring agent cannot use default UDP port 162.
- Software Availability Failure
- Indicates that a piece of software is not available.
- Software Event
- Any event relating to a piece of software. This includes applications such as databases, and services such as HTTP.
- Software Information
- Any kind of information relating to software.
- Software Performance Problem
- Any performance problem relating to a piece of software.
- Software Statistic
- Any type of software statistic.
- SQL Information
- Information relating to the execution of SQL statements.
- SqlBufferpoolHitRatioProblem
- Indicates that too many of the pages retrieved for this SQL statement required IO (applies to SQL)
- SqlBufferpoolProblem
- Any event associated with overall bufferpool performance or usage for a given SQL statement (applies to SQL)
- SynchronousIODelayProblem
- Indicates that a large portion of the total IO delay time was taken up with synchronous IO (applies to SQL)
- SqlCallCountExceededProblem
- Indicates that a SQL statement exceeded a call count alert threshold set in a monitoring profile (applies to SQL)
- SqlCpuProblem
- Indicates that a SQL statement exceeded a CPU alert threshold set in a monitoring profile (applies to SQL)
- SqlElapsedTimeProblem
- Indicates that a SQL statement exceeded an elapsed time alert threshold set in a monitoring profile (applies to SQL)
- SqlError
- Indicates that a SQL statement received a negative SQL code (applies to SQL)
- SqlEvent
- Any event relating to the execution of SQL statements (applies to SQL)
- SqlProblem
- Problems relating to the execution of SQL statements (applies to SQL)
- Statistic
- Any type of statistic, for example, top N values in a set, or distribution analysis of a set.
- Synchronous IO Delay Problem
- Indicates that a large portion of the total IO delay time was taken up with synchronous IO.
- Time Period Out of Bounds Warning
- A monitoring configuration has been given a time period which is out of bounds.
- Top N Report
- Any report listing the top N members of scope sorted by some criterion.
- TotalDelayProblem
- Indicates that a large portion of the total elapsed time was taken up with delays (applies to SQL)
- TotalIODelayProblem
- Indicates that a large portion of the total delay was taken up with IO delays (applies to SQL)
- TotalLockDelayProblem
- Indicates that a large portion of the total delay was taken up with lock delays (applies to SQL)
- UnaccountedTimeProblem
- Indicates that very little of the elapsed time was accounted for by Db2 (applies to SQL)
- Uptime Problem
- An element has not been "up" enough of the time
- WAN Memory Leak
- Extra WANs are being held in memory. This may indicate a memory leak if the count of excess WANs keeps increasing.
Available time zones
Etc/GMT+12
Etc/GMT+11
Pacific/Apia
Pacific/Midway
Pacific/Niue
Pacific/Pago_Pago
Pacific/Samoa
US/Samoa
America/Adak
America/Atka
Etc/GMT+10
Pacific/Fakaofo
Pacific/Honolulu
Pacific/Johnston
Pacific/Rarotonga
Pacific/Tahiti
US/Aleutian
US/Hawaii
Pacific/Marquesas
America/Anchorage
America/Juneau
America/Nome
America/Yakutat
Etc/GMT+9
Pacific/Gambier
US/Alaska
America/Dawson
America/Ensenada
America/Los_Angeles
America/Tijuana
America/Vancouver
America/Whitehorse
Canada/Pacific
Canada/Yukon
Etc/GMT+8
Mexico/BajaNorte
Pacific/Pitcairn
US/Pacific
US/Pacific-New
America/Boise
America/Cambridge_Bay
America/Chihuahua
America/Dawson_Creek
America/Denver
America/Edmonton
America/Hermosillo
America/Inuvik
America/Mazatlan
America/Phoenix
America/Shiprock
America/Yellowknife
Canada/Mountain
Etc/GMT+7
Mexico/BajaSur
Navajo
US/Arizona
US/Mountain
America/Belize
America/Cancun
America/Chicago
America/Costa_Rica
America/El_Salvador
America/Guatemala
America/Indiana/Knox
America/Indiana/Petersburg
America/Indiana/Vincennes
America/Knox_IN
America/Managua
America/Menominee
America/Merida
America/Mexico_City
America/Monterrey
America/North_Dakota/Center
America/North_Dakota/New_Salem
America/Rainy_River
America/Rankin_Inlet
America/Regina
America/Swift_Current
America/Tegucigalpa
America/Winnipeg
Canada/Central
Canada/East-Saskatchewan
Canada/Saskatchewan
Chile/EasterIsland
Etc/GMT+6
Mexico/General
Pacific/Easter
Pacific/Galapagos
US/Central
US/Indiana-Starke
America/Bogota
America/Cayman
America/Coral_Harbour
America/Detroit
America/Eirunepe
America/Fort_Wayne
America/Grand_Turk
America/Guayaquil
America/Havana
America/Indiana/Indianapolis
America/Indiana/Marengo
America/Indiana/Vevay
America/Indianapolis
America/Iqaluit
America/Jamaica
America/Kentucky/Louisville
America/Kentucky/Monticello
America/Lima
America/Louisville
America/Montreal
America/Nassau
America/New_York
America/Nipigon
America/Panama
America/Pangnirtung
America/Port-au-Prince
America/Porto_Acre
America/Rio_Branco
America/Thunder_Bay
America/Toronto
Brazil/Acre
Canada/Eastern
Cuba
Etc/GMT+5
Jamaica
US/East-Indiana
US/Eastern
US/Michigan
America/Anguilla
America/Antigua
America/Aruba
America/Asuncion
America/Barbados
America/Boa_Vista
America/Campo_Grande
America/Caracas
America/Cuiaba
America/Curacao
America/Dominica
America/Glace_Bay
America/Goose_Bay
America/Grenada
America/Guadeloupe
America/Guyana
America/Halifax
America/La_Paz
America/Manaus
America/Martinique
America/Moncton
America/Montserrat
America/Port_of_Spain
America/Porto_Velho
America/Puerto_Rico
America/Santiago
America/Santo_Domingo
America/St_Kitts
America/St_Lucia
America/St_Thomas
America/St_Vincent
America/Thule
America/Tortola
America/Virgin
Antarctica/Palmer
Atlantic/Bermuda
Atlantic/Stanley
Brazil/West
Canada/Atlantic
Chile/Continental
Etc/GMT+4
America/St_Johns
Canada/Newfoundland
America/Araguaina
America/Argentina/Buenos_Aires
America/Argentina/Catamarca
America/Argentina/ComodRivadavia
America/Argentina/Cordoba
America/Argentina/Jujuy
America/Argentina/La_Rioja
America/Argentina/Mendoza
America/Argentina/Rio_Gallegos
America/Argentina/San_Juan
America/Argentina/Tucuman
America/Argentina/Ushuaia
America/Bahia
America/Belem
America/Buenos_Aires
America/Catamarca
America/Cayenne
America/Cordoba
America/Fortaleza
America/Godthab
America/Jujuy
America/Maceio
America/Mendoza
America/Miquelon
America/Montevideo
America/Paramaribo
America/Recife
America/Rosario
America/Sao_Paulo
Antarctica/Rothera
Brazil/East
Etc/GMT+3
America/Noronha
Atlantic/South_Georgia
Brazil/DeNoronha
Etc/GMT+2
America/Scoresbysund
Atlantic/Azores
Atlantic/Cape_Verde
Etc/GMT+1
Africa/Abidjan
Africa/Accra
Africa/Bamako
Africa/Banjul
Africa/Bissau
Africa/Casablanca
Africa/Conakry
Africa/Dakar
Africa/El_Aaiun
Africa/Freetown
Africa/Lome
Africa/Monrovia
Africa/Nouakchott
Africa/Ouagadougou
Africa/Sao_Tome
Africa/Timbuktu
America/Danmarkshavn
Atlantic/Canary
Atlantic/Faeroe
Atlantic/Madeira
Atlantic/Reykjavik
Atlantic/St_Helena
Eire
Etc/GMT
Etc/GMT+0
Etc/GMT-0
Etc/GMT0
Etc/Greenwich
Etc/UCT
Etc/UTC
Etc/Universal
Etc/Zulu
Europe/Belfast
Europe/Dublin
Europe/Lisbon
Europe/London
GB
GB-Eire
Greenwich
Iceland
Portugal
Universal
Zulu
Africa/Algiers
Africa/Bangui
Africa/Brazzaville
Africa/Ceuta
Africa/Douala
Africa/Kinshasa
Africa/Lagos
Africa/Libreville
Africa/Luanda
Africa/Malabo
Africa/Ndjamena
Africa/Niamey
Africa/Porto-Novo
Africa/Tunis
Africa/Windhoek
Arctic/Longyearbyen
Atlantic/Jan_Mayen
Etc/GMT-1
Europe/Amsterdam
Europe/Andorra
Europe/Belgrade
Europe/Berlin
Europe/Bratislava
Europe/Brussels
Europe/Budapest
Europe/Copenhagen
Europe/Gibraltar
Europe/Ljubljana
Europe/Luxembourg
Europe/Madrid
Europe/Malta
Europe/Monaco
Europe/Oslo
Europe/Paris
Europe/Prague
Europe/Rome
Europe/San_Marino
Europe/Sarajevo
Europe/Skopje
Europe/Stockholm
Europe/Tirane
Europe/Vaduz
Europe/Vatican
Europe/Vienna
Europe/Warsaw
Europe/Zagreb
Europe/Zurich
Poland
Africa/Blantyre
Africa/Bujumbura
Africa/Cairo
Africa/Gaborone
Africa/Harare
Africa/Johannesburg
Africa/Kigali
Africa/Lubumbashi
Africa/Lusaka
Africa/Maputo
Africa/Maseru
Africa/Mbabane
Africa/Tripoli
Asia/Amman
Asia/Beirut
Asia/Damascus
Asia/Gaza
Asia/Istanbul
Asia/Jerusalem
Asia/Nicosia
Asia/Tel_Aviv
Egypt
Etc/GMT-2
Europe/Athens
Europe/Bucharest
Europe/Chisinau
Europe/Helsinki
Europe/Istanbul
Europe/Kaliningrad
Europe/Kiev
Europe/Mariehamn
Europe/Minsk
Europe/Nicosia
Europe/Riga
Europe/Simferopol
Europe/Sofia
Europe/Tallinn
Europe/Tiraspol
Europe/Uzhgorod
Europe/Vilnius
Europe/Zaporozhye
Israel
Libya
Turkey
Africa/Addis_Ababa
Africa/Asmera
Africa/Dar_es_Salaam
Africa/Djibouti
Africa/Kampala
Africa/Khartoum
Africa/Mogadishu
Africa/Nairobi
Antarctica/Syowa
Asia/Aden
Asia/Baghdad
Asia/Bahrain
Asia/Kuwait
Asia/Qatar
Asia/Riyadh
Etc/GMT-3
Europe/Moscow
Indian/Antananarivo
Indian/Comoro
Indian/Mayotte
W-SU
Asia/Riyadh87
Asia/Riyadh88
Asia/Riyadh89
Mideast/Riyadh87
Mideast/Riyadh88
Mideast/Riyadh89
Asia/Tehran
Iran
Asia/Baku
Asia/Dubai
Asia/Muscat
Asia/Tbilisi
Asia/Yerevan
Etc/GMT-4
Europe/Samara
Indian/Mahe
Indian/Mauritius
Indian/Reunion
Asia/Kabul
Asia/Aqtau
Asia/Aqtobe
Asia/Ashgabat
Asia/Ashkhabad
Asia/Dushanbe
Asia/Karachi
Asia/Oral
Asia/Samarkand
Asia/Tashkent
Asia/Yekaterinburg
Etc/GMT-5
Indian/Kerguelen
Indian/Maldives
Asia/Calcutta
Asia/Colombo
Asia/Katmandu
Antarctica/Mawson
Antarctica/Vostok
Asia/Almaty
Asia/Bishkek
Asia/Dacca
Asia/Dhaka
Asia/Novosibirsk
Asia/Omsk
Asia/Qyzylorda
Asia/Thimbu
Asia/Thimphu
Etc/GMT-6
Indian/Chagos
Asia/Rangoon
Indian/Cocos
Antarctica/Davis
Asia/Bangkok
Asia/Hovd
Asia/Jakarta
Asia/Krasnoyarsk
Asia/Phnom_Penh
Asia/Pontianak
Asia/Saigon
Asia/Vientiane
Etc/GMT-7
Indian/Christmas
Antarctica/Casey
Asia/Brunei
Asia/Chongqing
Asia/Chungking
Asia/Harbin
Asia/Hong_Kong
Asia/Irkutsk
Asia/Kashgar
Asia/Kuala_Lumpur
Asia/Kuching
Asia/Macao
Asia/Macau
Asia/Makassar
Asia/Manila
Asia/Shanghai
Asia/Singapore
Asia/Taipei
Asia/Ujung_Pandang
Asia/Ulaanbaatar
Asia/Ulan_Bator
Asia/Urumqi
Australia/Perth
Australia/West
Etc/GMT-8
Hongkong
Singapore
Asia/Choibalsan
Asia/Dili
Asia/Jayapura
Asia/Pyongyang
Asia/Seoul
Asia/Tokyo
Asia/Yakutsk
Etc/GMT-9
Japan
Pacific/Palau
Australia/Adelaide
Australia/Broken_Hill
Australia/Darwin
Australia/North
Australia/South
Australia/Yancowinna
Antarctica/DumontDUrville
Asia/Sakhalin
Asia/Vladivostok
Australia/ACT
Australia/Brisbane
Australia/Canberra
Australia/Currie
Australia/Hobart
Australia/Lindeman
Australia/Melbourne
Australia/NSW
Australia/Queensland
Australia/Sydney
Australia/Tasmania
Australia/Victoria
Etc/GMT-10
Pacific/Guam
Pacific/Port_Moresby
Pacific/Saipan
Pacific/Truk
Pacific/Yap
Australia/LHI
Australia/Lord_Howe
Asia/Magadan
Etc/GMT-11
Pacific/Efate
Pacific/Guadalcanal
Pacific/Kosrae
Pacific/Noumea
Pacific/Ponape
Pacific/Norfolk
Antarctica/McMurdo
Antarctica/South_Pole
Asia/Anadyr
Asia/Kamchatka
Etc/GMT-12
Kwajalein
NZ
Pacific/Auckland
Pacific/Fiji
Pacific/Funafuti
Pacific/Kwajalein
Pacific/Majuro
Pacific/Nauru
Pacific/Tarawa
Pacific/Wake
Pacific/Wallis
NZ-CHAT
Pacific/Chatham
Etc/GMT-13
Pacific/Enderbury
Pacific/Tongatapu
Etc/GMT-14
Pacific/Kiritimati