| < draft-lange-netmod-iana-timezones-00.txt | draft-lange-netmod-iana-timezones-01.txt > | |||
|---|---|---|---|---|
| Network Working Group J. Lange | Network Working Group J. Lange | |||
| Internet-Draft GE Digital Energy | Internet-Draft GE Digital Energy | |||
| Intended status: Experimental June 27, 2012 | Intended status: Experimental June 28, 2012 | |||
| Expires: December 29, 2012 | Expires: December 30, 2012 | |||
| IANA Timezone Database YANG Module | IANA Timezone Database YANG Module | |||
| draft-lange-netmod-iana-timezones-00 | draft-lange-netmod-iana-timezones-01 | |||
| Abstract | Abstract | |||
| This document defines the initial version of the iana-timezone YANG | This document defines the initial version of the iana-timezones YANG | |||
| module. | module. | |||
| Status of this Memo | Status of this Memo | |||
| This Internet-Draft is submitted in full conformance with the | This Internet-Draft is submitted in full conformance with the | |||
| provisions of BCP 78 and BCP 79. | provisions of BCP 78 and BCP 79. | |||
| Internet-Drafts are working documents of the Internet Engineering | Internet-Drafts are working documents of the Internet Engineering | |||
| Task Force (IETF). Note that other groups may also distribute | Task Force (IETF). Note that other groups may also distribute | |||
| working documents as Internet-Drafts. The list of current Internet- | working documents as Internet-Drafts. The list of current Internet- | |||
| Drafts is at http://datatracker.ietf.org/drafts/current/. | Drafts is at http://datatracker.ietf.org/drafts/current/. | |||
| Internet-Drafts are draft documents valid for a maximum of six months | Internet-Drafts are draft documents valid for a maximum of six months | |||
| and may be updated, replaced, or obsoleted by other documents at any | and may be updated, replaced, or obsoleted by other documents at any | |||
| time. It is inappropriate to use Internet-Drafts as reference | time. It is inappropriate to use Internet-Drafts as reference | |||
| material or to cite them other than as "work in progress." | material or to cite them other than as "work in progress." | |||
| This Internet-Draft will expire on December 29, 2012. | This Internet-Draft will expire on December 30, 2012. | |||
| Copyright Notice | Copyright Notice | |||
| Copyright (c) 2012 IETF Trust and the persons identified as the | Copyright (c) 2012 IETF Trust and the persons identified as the | |||
| document authors. All rights reserved. | document authors. All rights reserved. | |||
| This document is subject to BCP 78 and the IETF Trust's Legal | This document is subject to BCP 78 and the IETF Trust's Legal | |||
| Provisions Relating to IETF Documents | Provisions Relating to IETF Documents | |||
| (http://trustee.ietf.org/license-info) in effect on the date of | (http://trustee.ietf.org/license-info) in effect on the date of | |||
| publication of this document. Please review these documents | publication of this document. Please review these documents | |||
| carefully, as they describe your rights and restrictions with respect | carefully, as they describe your rights and restrictions with respect | |||
| to this document. Code Components extracted from this document must | to this document. Code Components extracted from this document must | |||
| include Simplified BSD License text as described in Section 4.e of | include Simplified BSD License text as described in Section 4.e of | |||
| the Trust Legal Provisions and are provided without warranty as | the Trust Legal Provisions and are provided without warranty as | |||
| described in the Simplified BSD License. | described in the Simplified BSD License. | |||
| Table of Contents | Table of Contents | |||
| 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 | 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 | |||
| 2. IANA Maintained Timezones YANG Module . . . . . . . . . . . . 3 | 2. IANA Maintained Timezones YANG Module . . . . . . . . . . . . 3 | |||
| 3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 39 | 3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 38 | |||
| 4. Security Considerations . . . . . . . . . . . . . . . . . . . 39 | 4. Security Considerations . . . . . . . . . . . . . . . . . . . 39 | |||
| 5. Normative References . . . . . . . . . . . . . . . . . . . . . 39 | 5. Normative References . . . . . . . . . . . . . . . . . . . . . 39 | |||
| Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 40 | Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 40 | |||
| 1. Introduction | 1. Introduction | |||
| This document defines the initial version of the iana-timezone YANG | This document defines the initial version of the iana-timezones YANG | |||
| module for timezone configuration. | module for timezone configuration. | |||
| The iana-timezones module reflects IANA's existing "timezone | The iana-timezones module reflects IANA's existing "timezone | |||
| database". The latest revision of the module can be obtained from | database". The latest revision of the module can be obtained from | |||
| the IANA web site. | the IANA web site. | |||
| Whenever a new timezone name is added to the IANA "timezone | Whenever a new timezone name is added to the IANA "timezone | |||
| database", the iana-timezones module is updated by IANA.< | database", the iana-timezones module is updated by IANA. | |||
| 2. IANA Maintained Timezones YANG Module | 2. IANA Maintained Timezones YANG Module | |||
| <CODE BEGINS> file "iana-timezones.yang" | <CODE BEGINS> file "iana-timezones@2012-06-28.yang" | |||
| module iana-timezones { | module iana-timezones { | |||
| namespace "urn:ietf:params:xml:ns:yang:iana-timezones"; | namespace "urn:ietf:params:xml:ns:yang:iana-timezones"; | |||
| prefix ianatz; | prefix ianatz; | |||
| organization "IANA"; | organization "IANA"; | |||
| contact | contact | |||
| " Internet Assigned Numbers Authority | " Internet Assigned Numbers Authority | |||
| Postal: ICANN | Postal: ICANN | |||
| 4676 Admiralty Way, Suite 330 | 4676 Admiralty Way, Suite 330 | |||
| Marina del Rey, CA 90292 | Marina del Rey, CA 90292 | |||
| Tel: +1 310 823 9358 | Tel: +1 310 823 9358 | |||
| E-Mail: iana&iana.org"; | E-Mail: iana&iana.org"; | |||
| description | description | |||
| "This YANG module defines the iana-timezone typedef, which | "This YANG module defines the iana-timezone typedef, which | |||
| contains YANG definitions for IANA-registered timezones. | contains YANG definitions for IANA-registered timezones. | |||
| This YANG module is maintained by IANA, and reflects the | This YANG module is maintained by IANA, and reflects the | |||
| IANA Time Zone Database. | IANA Time Zone Database. | |||
| (http://www.iana.org/time-zones) | (http://www.iana.org/time-zones) | |||
| The latest revision of this YANG module can be obtained from | The latest revision of this YANG module can be obtained from | |||
| the IANA web site. | the IANA web site. | |||
| Copyright (c) 2011 IETF Trust and the persons identified as | Copyright (c) 2011 IETF Trust and the persons identified as | |||
| authors of the code. All rights reserved. | authors of the code. All rights reserved. | |||
| Redistribution and use in source and binary forms, with or | Redistribution and use in source and binary forms, with or | |||
| without modification, is permitted pursuant to, and subject | without modification, is permitted pursuant to, and subject | |||
| to the license terms contained in, the Simplified BSD License | to the license terms contained in, the Simplified BSD License | |||
| set forth in Section 4.c of the IETF Trust's Legal Provisions | set forth in Section 4.c of the IETF Trust's Legal Provisions | |||
| Relating to IETF Documents | Relating to IETF Documents | |||
| (http://trustee.ietf.org/license-info). | (http://trustee.ietf.org/license-info). | |||
| This version of this YANG module is part of RFC XXXX; see | This version of this YANG module is part of RFC XXXX; see | |||
| the RFC itself for full legal notices."; | the RFC itself for full legal notices."; | |||
| revision 2012-06-27 { | revision 2012-06-28 { | |||
| description | description | |||
| "Initial revision. Using IANA Time Zone Data v. 2012c | "Initial revision. Using IANA Time Zone Data v. 2012c | |||
| (Released 2012-03-27)"; | (Released 2012-03-27)"; | |||
| reference "RFC XXXX: TITLE"; | reference "RFC XXXX: TITLE"; | |||
| } | } | |||
| typedef iana-timezone { | typedef iana-timezone { | |||
| type enumeration { | description | |||
| enum "Africa/Abidjan" { | "A timezone location as defined by the IANA timezone | |||
| description | database (http://www.iana.org/time-zones)"; | |||
| ""; | type enumeration { | |||
| } | enum "Europe/Andorra" { | |||
| enum "Africa/Accra" { | value 0; | |||
| description | } | |||
| ""; | enum "Asia/Dubai" { | |||
| } | value 1; | |||
| enum "Africa/Addis_Ababa" { | } | |||
| description | enum "Asia/Kabul" { | |||
| ""; | value 2; | |||
| } | } | |||
| enum "Africa/Algiers" { | enum "America/Antigua" { | |||
| description | value 3; | |||
| ""; | } | |||
| } | enum "America/Anguilla" { | |||
| enum "Africa/Asmara" { | value 4; | |||
| description | } | |||
| ""; | enum "Europe/Tirane" { | |||
| } | value 5; | |||
| enum "Africa/Bamako" { | } | |||
| description | enum "Asia/Yerevan" { | |||
| ""; | value 6; | |||
| } | } | |||
| enum "Africa/Bangui" { | enum "Africa/Luanda" { | |||
| description | value 7; | |||
| ""; | } | |||
| } | enum "Antarctica/McMurdo" { | |||
| enum "Africa/Banjul" { | value 8; | |||
| description | description | |||
| ""; | "McMurdo Station, Ross Island"; | |||
| } | } | |||
| enum "Africa/Bissau" { | enum "Antarctica/South_Pole" { | |||
| description | value 9; | |||
| ""; | description | |||
| } | "Amundsen-Scott Station, South Pole"; | |||
| enum "Africa/Blantyre" { | } | |||
| description | enum "Antarctica/Rothera" { | |||
| ""; | value 10; | |||
| } | description | |||
| enum "Africa/Brazzaville" { | "Rothera Station, Adelaide Island"; | |||
| description | } | |||
| ""; | enum "Antarctica/Palmer" { | |||
| } | value 11; | |||
| enum "Africa/Bujumbura" { | description | |||
| description | "Palmer Station, Anvers Island"; | |||
| ""; | } | |||
| } | enum "Antarctica/Mawson" { | |||
| enum "Africa/Cairo" { | value 12; | |||
| description | description | |||
| ""; | "Mawson Station, Holme Bay"; | |||
| } | } | |||
| enum "Africa/Casablanca" { | enum "Antarctica/Davis" { | |||
| description | value 13; | |||
| ""; | description | |||
| } | "Davis Station, Vestfold Hills"; | |||
| enum "Africa/Ceuta" { | } | |||
| description | enum "Antarctica/Casey" { | |||
| "Ceuta & Melilla"; | value 14; | |||
| } | description | |||
| enum "Africa/Conakry" { | "Casey Station, Bailey Peninsula"; | |||
| description | } | |||
| ""; | enum "Antarctica/Vostok" { | |||
| } | value 15; | |||
| enum "Africa/Dakar" { | description | |||
| description | "Vostok Station, Lake Vostok"; | |||
| ""; | } | |||
| } | enum "Antarctica/DumontDUrville" { | |||
| enum "Africa/Dar_es_Salaam" { | value 16; | |||
| description | description | |||
| ""; | "Dumont-d'Urville Station, Terre Adelie"; | |||
| } | } | |||
| enum "Africa/Djibouti" { | enum "Antarctica/Syowa" { | |||
| description | value 17; | |||
| ""; | description | |||
| } | "Syowa Station, E Ongul I"; | |||
| enum "Africa/Douala" { | } | |||
| description | enum "Antarctica/Macquarie" { | |||
| ""; | value 18; | |||
| } | description | |||
| enum "Africa/El_Aaiun" { | "Macquarie Island Station, Macquarie Island"; | |||
| description | } | |||
| ""; | enum "America/Argentina/Buenos_Aires" { | |||
| } | value 19; | |||
| enum "Africa/Freetown" { | description | |||
| description | "Buenos Aires (BA, CF)"; | |||
| ""; | } | |||
| } | enum "America/Argentina/Cordoba" { | |||
| enum "Africa/Gaborone" { | value 20; | |||
| description | description | |||
| ""; | "most locations (CB, CC, CN, ER, FM, MN, SE, SF)"; | |||
| } | } | |||
| enum "Africa/Harare" { | enum "America/Argentina/Salta" { | |||
| description | value 21; | |||
| ""; | description | |||
| } | "(SA, LP, NQ, RN)"; | |||
| enum "Africa/Johannesburg" { | } | |||
| description | enum "America/Argentina/Jujuy" { | |||
| ""; | value 22; | |||
| } | description | |||
| enum "Africa/Juba" { | "Jujuy (JY)"; | |||
| description | } | |||
| ""; | enum "America/Argentina/Tucuman" { | |||
| } | value 23; | |||
| enum "Africa/Kampala" { | description | |||
| description | "Tucuman (TM)"; | |||
| ""; | } | |||
| } | enum "America/Argentina/Catamarca" { | |||
| enum "Africa/Khartoum" { | value 24; | |||
| description | description | |||
| ""; | "Catamarca (CT), Chubut (CH)"; | |||
| } | } | |||
| enum "Africa/Kigali" { | enum "America/Argentina/La_Rioja" { | |||
| description | value 25; | |||
| ""; | description | |||
| } | "La Rioja (LR)"; | |||
| enum "Africa/Kinshasa" { | } | |||
| description | enum "America/Argentina/San_Juan" { | |||
| "west Dem. Rep. of Congo"; | value 26; | |||
| } | description | |||
| enum "Africa/Lagos" { | "San Juan (SJ)"; | |||
| description | } | |||
| ""; | enum "America/Argentina/Mendoza" { | |||
| } | value 27; | |||
| enum "Africa/Libreville" { | description | |||
| description | "Mendoza (MZ)"; | |||
| ""; | } | |||
| } | enum "America/Argentina/San_Luis" { | |||
| enum "Africa/Lome" { | value 28; | |||
| description | description | |||
| ""; | "San Luis (SL)"; | |||
| } | } | |||
| enum "Africa/Luanda" { | enum "America/Argentina/Rio_Gallegos" { | |||
| description | value 29; | |||
| ""; | description | |||
| } | "Santa Cruz (SC)"; | |||
| enum "Africa/Lubumbashi" { | } | |||
| description | enum "America/Argentina/Ushuaia" { | |||
| "east Dem. Rep. of Congo"; | value 30; | |||
| } | description | |||
| enum "Africa/Lusaka" { | "Tierra del Fuego (TF)"; | |||
| description | } | |||
| ""; | enum "Pacific/Pago_Pago" { | |||
| } | value 31; | |||
| enum "Africa/Malabo" { | } | |||
| description | enum "Europe/Vienna" { | |||
| ""; | value 32; | |||
| } | } | |||
| enum "Africa/Maputo" { | enum "Australia/Lord_Howe" { | |||
| description | value 33; | |||
| ""; | description | |||
| } | "Lord Howe Island"; | |||
| enum "Africa/Maseru" { | } | |||
| description | enum "Australia/Hobart" { | |||
| ""; | value 34; | |||
| } | description | |||
| enum "Africa/Mbabane" { | "Tasmania - most locations"; | |||
| description | } | |||
| ""; | enum "Australia/Currie" { | |||
| } | value 35; | |||
| enum "Africa/Mogadishu" { | description | |||
| description | "Tasmania - King Island"; | |||
| ""; | } | |||
| } | enum "Australia/Melbourne" { | |||
| enum "Africa/Monrovia" { | value 36; | |||
| description | description | |||
| ""; | "Victoria"; | |||
| } | } | |||
| enum "Africa/Nairobi" { | enum "Australia/Sydney" { | |||
| description | value 37; | |||
| ""; | description | |||
| } | "New South Wales - most locations"; | |||
| enum "Africa/Ndjamena" { | } | |||
| description | enum "Australia/Broken_Hill" { | |||
| ""; | value 38; | |||
| } | description | |||
| enum "Africa/Niamey" { | "New South Wales - Yancowinna"; | |||
| description | } | |||
| ""; | enum "Australia/Brisbane" { | |||
| } | value 39; | |||
| enum "Africa/Nouakchott" { | description | |||
| description | "Queensland - most locations"; | |||
| ""; | } | |||
| } | enum "Australia/Lindeman" { | |||
| enum "Africa/Ouagadougou" { | value 40; | |||
| description | description | |||
| ""; | "Queensland - Holiday Islands"; | |||
| } | } | |||
| enum "Africa/Porto-Novo" { | enum "Australia/Adelaide" { | |||
| description | value 41; | |||
| ""; | description | |||
| } | "South Australia"; | |||
| enum "Africa/Sao_Tome" { | } | |||
| description | enum "Australia/Darwin" { | |||
| ""; | value 42; | |||
| } | description | |||
| enum "Africa/Tripoli" { | "Northern Territory"; | |||
| description | } | |||
| ""; | enum "Australia/Perth" { | |||
| } | value 43; | |||
| enum "Africa/Tunis" { | description | |||
| description | "Western Australia - most locations"; | |||
| ""; | } | |||
| } | enum "Australia/Eucla" { | |||
| enum "Africa/Windhoek" { | value 44; | |||
| description | description | |||
| ""; | "Western Australia - Eucla area"; | |||
| } | } | |||
| enum "America/Adak" { | enum "America/Aruba" { | |||
| description | value 45; | |||
| "Aleutian Islands"; | } | |||
| } | enum "Europe/Mariehamn" { | |||
| enum "America/Anchorage" { | value 46; | |||
| description | } | |||
| "Alaska Time"; | enum "Asia/Baku" { | |||
| } | value 47; | |||
| enum "America/Anguilla" { | } | |||
| description | enum "Europe/Sarajevo" { | |||
| ""; | value 48; | |||
| } | } | |||
| enum "America/Antigua" { | enum "America/Barbados" { | |||
| description | value 49; | |||
| ""; | } | |||
| } | enum "Asia/Dhaka" { | |||
| enum "America/Araguaina" { | value 50; | |||
| description | } | |||
| "Tocantins"; | enum "Europe/Brussels" { | |||
| } | value 51; | |||
| enum "America/Argentina/Buenos_Aires" { | } | |||
| description | enum "Africa/Ouagadougou" { | |||
| "Buenos Aires (BA, CF)"; | value 52; | |||
| } | } | |||
| enum "America/Argentina/Catamarca" { | enum "Europe/Sofia" { | |||
| description | value 53; | |||
| "Catamarca (CT), Chubut (CH)"; | } | |||
| } | enum "Asia/Bahrain" { | |||
| enum "America/Argentina/Cordoba" { | value 54; | |||
| description | } | |||
| "most locations (CB, CC, CN, ER, FM, MN, SE, SF)"; | enum "Africa/Bujumbura" { | |||
| } | value 55; | |||
| enum "America/Argentina/Jujuy" { | } | |||
| description | enum "Africa/Porto-Novo" { | |||
| "Jujuy (JY)"; | value 56; | |||
| } | } | |||
| enum "America/Argentina/La_Rioja" { | enum "America/St_Barthelemy" { | |||
| description | value 57; | |||
| "La Rioja (LR)"; | } | |||
| } | enum "Atlantic/Bermuda" { | |||
| enum "America/Argentina/Mendoza" { | value 58; | |||
| description | } | |||
| "Mendoza (MZ)"; | enum "Asia/Brunei" { | |||
| } | value 59; | |||
| enum "America/Argentina/Rio_Gallegos" { | } | |||
| description | enum "America/La_Paz" { | |||
| "Santa Cruz (SC)"; | value 60; | |||
| } | } | |||
| enum "America/Argentina/Salta" { | enum "America/Kralendijk" { | |||
| description | value 61; | |||
| "(SA, LP, NQ, RN)"; | } | |||
| } | enum "America/Noronha" { | |||
| enum "America/Argentina/San_Juan" { | value 62; | |||
| description | description | |||
| "San Juan (SJ)"; | "Atlantic islands"; | |||
| } | } | |||
| enum "America/Argentina/San_Luis" { | enum "America/Belem" { | |||
| description | value 63; | |||
| "San Luis (SL)"; | description | |||
| } | "Amapa, E Para"; | |||
| enum "America/Argentina/Tucuman" { | } | |||
| description | enum "America/Fortaleza" { | |||
| "Tucuman (TM)"; | value 64; | |||
| } | description | |||
| enum "America/Argentina/Ushuaia" { | "NE Brazil (MA, PI, CE, RN, PB)"; | |||
| description | } | |||
| "Tierra del Fuego (TF)"; | enum "America/Recife" { | |||
| } | value 65; | |||
| enum "America/Aruba" { | description | |||
| description | "Pernambuco"; | |||
| ""; | } | |||
| } | enum "America/Araguaina" { | |||
| enum "America/Asuncion" { | value 66; | |||
| description | description | |||
| ""; | "Tocantins"; | |||
| } | } | |||
| enum "America/Atikokan" { | enum "America/Maceio" { | |||
| description | value 67; | |||
| "Eastern Standard Time - Atikokan, Ontario and Southampton I, Nunavut"; | description | |||
| } | "Alagoas, Sergipe"; | |||
| enum "America/Bahia" { | } | |||
| description | enum "America/Bahia" { | |||
| "Bahia"; | value 68; | |||
| } | description | |||
| enum "America/Bahia_Banderas" { | "Bahia"; | |||
| description | } | |||
| "Mexican Central Time - Bahia de Banderas"; | enum "America/Sao_Paulo" { | |||
| } | value 69; | |||
| enum "America/Barbados" { | description | |||
| description | "S & SE Brazil (GO, DF, MG, ES, RJ, SP, PR, SC, RS)"; | |||
| ""; | } | |||
| } | enum "America/Campo_Grande" { | |||
| enum "America/Belem" { | value 70; | |||
| description | description | |||
| "Amapa, E Para"; | "Mato Grosso do Sul"; | |||
| } | } | |||
| enum "America/Belize" { | enum "America/Cuiaba" { | |||
| description | value 71; | |||
| ""; | description | |||
| } | "Mato Grosso"; | |||
| enum "America/Blanc-Sablon" { | } | |||
| description | enum "America/Santarem" { | |||
| "Atlantic Standard Time - Quebec - Lower North Shore"; | value 72; | |||
| } | description | |||
| enum "America/Boa_Vista" { | "W Para"; | |||
| description | } | |||
| "Roraima"; | enum "America/Porto_Velho" { | |||
| } | value 73; | |||
| enum "America/Bogota" { | description | |||
| description | "Rondonia"; | |||
| ""; | } | |||
| } | enum "America/Boa_Vista" { | |||
| enum "America/Boise" { | value 74; | |||
| description | description | |||
| "Mountain Time - south Idaho & east Oregon"; | "Roraima"; | |||
| } | } | |||
| enum "America/Cambridge_Bay" { | enum "America/Manaus" { | |||
| description | value 75; | |||
| "Mountain Time - west Nunavut"; | description | |||
| } | "E Amazonas"; | |||
| enum "America/Campo_Grande" { | } | |||
| description | enum "America/Eirunepe" { | |||
| "Mato Grosso do Sul"; | value 76; | |||
| } | description | |||
| enum "America/Cancun" { | "W Amazonas"; | |||
| description | } | |||
| "Central Time - Quintana Roo"; | enum "America/Rio_Branco" { | |||
| } | value 77; | |||
| enum "America/Caracas" { | description | |||
| description | "Acre"; | |||
| ""; | } | |||
| } | enum "America/Nassau" { | |||
| enum "America/Cayenne" { | value 78; | |||
| description | } | |||
| ""; | enum "Asia/Thimphu" { | |||
| } | value 79; | |||
| enum "America/Cayman" { | } | |||
| description | enum "Africa/Gaborone" { | |||
| ""; | value 80; | |||
| } | } | |||
| enum "America/Chicago" { | enum "Europe/Minsk" { | |||
| description | value 81; | |||
| "Central Time"; | } | |||
| } | enum "America/Belize" { | |||
| enum "America/Chihuahua" { | value 82; | |||
| description | } | |||
| "Mexican Mountain Time - Chihuahua away from US border"; | enum "America/St_Johns" { | |||
| } | value 83; | |||
| enum "America/Costa_Rica" { | description | |||
| description | "Newfoundland Time, including SE Labrador"; | |||
| ""; | } | |||
| } | enum "America/Halifax" { | |||
| enum "America/Creston" { | value 84; | |||
| description | description | |||
| "Mountain Standard Time - Creston, British Columbia"; | "Atlantic Time - Nova Scotia (most places), PEI"; | |||
| } | } | |||
| enum "America/Cuiaba" { | enum "America/Glace_Bay" { | |||
| description | value 85; | |||
| "Mato Grosso"; | description | |||
| } | "Atlantic Time - Nova Scotia - places that did not observe | |||
| enum "America/Curacao" { | DST 1966-1971"; | |||
| description | } | |||
| ""; | enum "America/Moncton" { | |||
| } | value 86; | |||
| enum "America/Danmarkshavn" { | description | |||
| description | "Atlantic Time - New Brunswick"; | |||
| "east coast, north of Scoresbysund"; | } | |||
| } | enum "America/Goose_Bay" { | |||
| enum "America/Dawson_Creek" { | value 87; | |||
| description | description | |||
| "Mountain Standard Time - Dawson Creek & Fort Saint John, British Columbia"; | "Atlantic Time - Labrador - most locations"; | |||
| } | } | |||
| enum "America/Dawson" { | enum "America/Blanc-Sablon" { | |||
| description | value 88; | |||
| "Pacific Time - north Yukon"; | description | |||
| } | "Atlantic Standard Time - Quebec - Lower North Shore"; | |||
| enum "America/Denver" { | } | |||
| description | enum "America/Montreal" { | |||
| "Mountain Time"; | value 89; | |||
| } | description | |||
| enum "America/Detroit" { | "Eastern Time - Quebec - most locations"; | |||
| description | } | |||
| "Eastern Time - Michigan - most locations"; | enum "America/Toronto" { | |||
| } | value 90; | |||
| enum "America/Dominica" { | description | |||
| description | "Eastern Time - Ontario - most locations"; | |||
| ""; | } | |||
| } | enum "America/Nipigon" { | |||
| enum "America/Edmonton" { | value 91; | |||
| description | description | |||
| "Mountain Time - Alberta, east British Columbia & west Saskatchewan"; | "Eastern Time - Ontario & Quebec - places that did not | |||
| } | observe DST 1967-1973"; | |||
| enum "America/Eirunepe" { | } | |||
| description | enum "America/Thunder_Bay" { | |||
| "W Amazonas"; | value 92; | |||
| } | description | |||
| enum "America/El_Salvador" { | "Eastern Time - Thunder Bay, Ontario"; | |||
| description | } | |||
| ""; | enum "America/Iqaluit" { | |||
| } | value 93; | |||
| enum "America/Fortaleza" { | description | |||
| description | "Eastern Time - east Nunavut - most locations"; | |||
| "NE Brazil (MA, PI, CE, RN, PB)"; | } | |||
| } | enum "America/Pangnirtung" { | |||
| enum "America/Glace_Bay" { | value 94; | |||
| description | description | |||
| "Atlantic Time - Nova Scotia - places that did not observe DST 1966-1971"; | "Eastern Time - Pangnirtung, Nunavut"; | |||
| } | } | |||
| enum "America/Godthab" { | enum "America/Resolute" { | |||
| description | value 95; | |||
| "most locations"; | description | |||
| } | "Central Standard Time - Resolute, Nunavut"; | |||
| enum "America/Goose_Bay" { | } | |||
| description | enum "America/Atikokan" { | |||
| "Atlantic Time - Labrador - most locations"; | value 96; | |||
| } | description | |||
| enum "America/Grand_Turk" { | "Eastern Standard Time - Atikokan, Ontario and Southampton I, | |||
| description | Nunavut"; | |||
| ""; | } | |||
| } | enum "America/Rankin_Inlet" { | |||
| enum "America/Grenada" { | value 97; | |||
| description | description | |||
| ""; | "Central Time - central Nunavut"; | |||
| } | } | |||
| enum "America/Guadeloupe" { | enum "America/Winnipeg" { | |||
| description | value 98; | |||
| ""; | description | |||
| } | "Central Time - Manitoba & west Ontario"; | |||
| enum "America/Guatemala" { | } | |||
| description | enum "America/Rainy_River" { | |||
| ""; | value 99; | |||
| } | description | |||
| enum "America/Guayaquil" { | "Central Time - Rainy River & Fort Frances, Ontario"; | |||
| description | } | |||
| "mainland"; | enum "America/Regina" { | |||
| } | value 100; | |||
| enum "America/Guyana" { | description | |||
| description | "Central Standard Time - Saskatchewan - most locations"; | |||
| ""; | } | |||
| } | enum "America/Swift_Current" { | |||
| enum "America/Halifax" { | value 101; | |||
| description | description | |||
| "Atlantic Time - Nova Scotia (most places), PEI"; | "Central Standard Time - Saskatchewan - midwest"; | |||
| } | } | |||
| enum "America/Havana" { | enum "America/Edmonton" { | |||
| description | value 102; | |||
| ""; | description | |||
| } | "Mountain Time - Alberta, east British Columbia & west | |||
| enum "America/Hermosillo" { | Saskatchewan"; | |||
| description | } | |||
| "Mountain Standard Time - Sonora"; | enum "America/Cambridge_Bay" { | |||
| } | value 103; | |||
| enum "America/Indiana/Indianapolis" { | description | |||
| description | "Mountain Time - west Nunavut"; | |||
| "Eastern Time - Indiana - most locations"; | } | |||
| } | enum "America/Yellowknife" { | |||
| enum "America/Indiana/Knox" { | value 104; | |||
| description | description | |||
| "Central Time - Indiana - Starke County"; | "Mountain Time - central Northwest Territories"; | |||
| } | } | |||
| enum "America/Indiana/Marengo" { | enum "America/Inuvik" { | |||
| description | value 105; | |||
| "Eastern Time - Indiana - Crawford County"; | description | |||
| } | "Mountain Time - west Northwest Territories"; | |||
| enum "America/Indiana/Petersburg" { | } | |||
| description | enum "America/Creston" { | |||
| "Eastern Time - Indiana - Pike County"; | value 106; | |||
| } | description | |||
| enum "America/Indiana/Tell_City" { | "Mountain Standard Time - Creston, British Columbia"; | |||
| description | } | |||
| "Central Time - Indiana - Perry County"; | enum "America/Dawson_Creek" { | |||
| } | value 107; | |||
| enum "America/Indiana/Vevay" { | description | |||
| description | "Mountain Standard Time - Dawson Creek & Fort Saint John, | |||
| "Eastern Time - Indiana - Switzerland County"; | British Columbia"; | |||
| } | } | |||
| enum "America/Indiana/Vincennes" { | enum "America/Vancouver" { | |||
| description | value 108; | |||
| "Eastern Time - Indiana - Daviess, Dubois, Knox & Martin Counties"; | description | |||
| } | "Pacific Time - west British Columbia"; | |||
| enum "America/Indiana/Winamac" { | } | |||
| description | enum "America/Whitehorse" { | |||
| "Eastern Time - Indiana - Pulaski County"; | value 109; | |||
| } | description | |||
| enum "America/Inuvik" { | "Pacific Time - south Yukon"; | |||
| description | } | |||
| "Mountain Time - west Northwest Territories"; | enum "America/Dawson" { | |||
| } | value 110; | |||
| enum "America/Iqaluit" { | description | |||
| description | "Pacific Time - north Yukon"; | |||
| "Eastern Time - east Nunavut - most locations"; | } | |||
| } | enum "Indian/Cocos" { | |||
| enum "America/Jamaica" { | value 111; | |||
| description | } | |||
| ""; | enum "Africa/Kinshasa" { | |||
| } | value 112; | |||
| enum "America/Juneau" { | description | |||
| description | "west Dem. Rep. of Congo"; | |||
| "Alaska Time - Alaska panhandle"; | } | |||
| } | enum "Africa/Lubumbashi" { | |||
| enum "America/Kentucky/Louisville" { | value 113; | |||
| description | description | |||
| "Eastern Time - Kentucky - Louisville area"; | "east Dem. Rep. of Congo"; | |||
| } | } | |||
| enum "America/Kentucky/Monticello" { | enum "Africa/Bangui" { | |||
| description | value 114; | |||
| "Eastern Time - Kentucky - Wayne County"; | ||||
| } | } | |||
| enum "America/Kralendijk" { | enum "Africa/Brazzaville" { | |||
| description | value 115; | |||
| ""; | } | |||
| } | enum "Europe/Zurich" { | |||
| enum "America/La_Paz" { | value 116; | |||
| description | } | |||
| ""; | enum "Africa/Abidjan" { | |||
| } | value 117; | |||
| enum "America/Lima" { | } | |||
| description | enum "Pacific/Rarotonga" { | |||
| ""; | value 118; | |||
| } | } | |||
| enum "America/Los_Angeles" { | enum "America/Santiago" { | |||
| description | value 119; | |||
| "Pacific Time"; | description | |||
| } | "most locations"; | |||
| enum "America/Lower_Princes" { | } | |||
| description | enum "Pacific/Easter" { | |||
| ""; | value 120; | |||
| } | description | |||
| enum "America/Maceio" { | "Easter Island & Sala y Gomez"; | |||
| description | } | |||
| "Alagoas, Sergipe"; | enum "Africa/Douala" { | |||
| } | value 121; | |||
| enum "America/Managua" { | } | |||
| description | enum "Asia/Shanghai" { | |||
| ""; | value 122; | |||
| } | description | |||
| enum "America/Manaus" { | "east China - Beijing, Guangdong, Shanghai, etc."; | |||
| description | } | |||
| "E Amazonas"; | enum "Asia/Harbin" { | |||
| } | value 123; | |||
| enum "America/Marigot" { | description | |||
| description | "Heilongjiang (except Mohe), Jilin"; | |||
| ""; | } | |||
| } | enum "Asia/Chongqing" { | |||
| enum "America/Martinique" { | value 124; | |||
| description | description | |||
| ""; | "central China - Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, | |||
| } | etc."; | |||
| enum "America/Matamoros" { | } | |||
| description | enum "Asia/Urumqi" { | |||
| "US Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas near US border"; | value 125; | |||
| } | description | |||
| enum "America/Mazatlan" { | "most of Tibet & Xinjiang"; | |||
| description | } | |||
| "Mountain Time - S Baja, Nayarit, Sinaloa"; | enum "Asia/Kashgar" { | |||
| } | value 126; | |||
| enum "America/Menominee" { | description | |||
| description | "west Tibet & Xinjiang"; | |||
| "Central Time - Michigan - Dickinson, Gogebic, Iron & Menominee Counties"; | } | |||
| } | enum "America/Bogota" { | |||
| enum "America/Merida" { | value 127; | |||
| description | } | |||
| "Central Time - Campeche, Yucatan"; | enum "America/Costa_Rica" { | |||
| } | value 128; | |||
| enum "America/Metlakatla" { | } | |||
| description | enum "America/Havana" { | |||
| "Metlakatla Time - Annette Island"; | value 129; | |||
| } | } | |||
| enum "America/Mexico_City" { | enum "Atlantic/Cape_Verde" { | |||
| description | value 130; | |||
| "Central Time - most locations"; | } | |||
| } | enum "America/Curacao" { | |||
| enum "America/Miquelon" { | value 131; | |||
| description | } | |||
| ""; | enum "Indian/Christmas" { | |||
| } | value 132; | |||
| enum "America/Moncton" { | } | |||
| description | enum "Asia/Nicosia" { | |||
| "Atlantic Time - New Brunswick"; | value 133; | |||
| } | } | |||
| enum "America/Monterrey" { | enum "Europe/Prague" { | |||
| description | value 134; | |||
| "Mexican Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas away from US border"; | } | |||
| } | enum "Europe/Berlin" { | |||
| enum "America/Montevideo" { | value 135; | |||
| description | } | |||
| ""; | enum "Africa/Djibouti" { | |||
| } | value 136; | |||
| enum "America/Montreal" { | } | |||
| description | enum "Europe/Copenhagen" { | |||
| "Eastern Time - Quebec - most locations"; | value 137; | |||
| } | } | |||
| enum "America/Montserrat" { | enum "America/Dominica" { | |||
| description | value 138; | |||
| ""; | } | |||
| } | enum "America/Santo_Domingo" { | |||
| enum "America/Nassau" { | value 139; | |||
| description | } | |||
| ""; | enum "Africa/Algiers" { | |||
| } | value 140; | |||
| enum "America/New_York" { | } | |||
| description | enum "America/Guayaquil" { | |||
| "Eastern Time"; | value 141; | |||
| } | description | |||
| enum "America/Nipigon" { | "mainland"; | |||
| description | } | |||
| "Eastern Time - Ontario & Quebec - places that did not observe DST 1967-1973"; | enum "Pacific/Galapagos" { | |||
| } | value 142; | |||
| enum "America/Nome" { | description | |||
| description | "Galapagos Islands"; | |||
| "Alaska Time - west Alaska"; | } | |||
| } | enum "Europe/Tallinn" { | |||
| enum "America/Noronha" { | value 143; | |||
| description | } | |||
| "Atlantic islands"; | enum "Africa/Cairo" { | |||
| } | value 144; | |||
| enum "America/North_Dakota/Beulah" { | } | |||
| description | enum "Africa/El_Aaiun" { | |||
| "Central Time - North Dakota - Mercer County"; | value 145; | |||
| } | } | |||
| enum "America/North_Dakota/Center" { | enum "Africa/Asmara" { | |||
| description | value 146; | |||
| "Central Time - North Dakota - Oliver County"; | } | |||
| } | enum "Europe/Madrid" { | |||
| enum "America/North_Dakota/New_Salem" { | value 147; | |||
| description | description | |||
| "Central Time - North Dakota - Morton County (except Mandan area)"; | "mainland"; | |||
| } | } | |||
| enum "America/Ojinaga" { | enum "Africa/Ceuta" { | |||
| description | value 148; | |||
| "US Mountain Time - Chihuahua near US border"; | description | |||
| } | "Ceuta & Melilla"; | |||
| enum "America/Panama" { | } | |||
| description | enum "Atlantic/Canary" { | |||
| ""; | value 149; | |||
| } | description | |||
| enum "America/Pangnirtung" { | "Canary Islands"; | |||
| description | } | |||
| "Eastern Time - Pangnirtung, Nunavut"; | enum "Africa/Addis_Ababa" { | |||
| } | value 150; | |||
| enum "America/Paramaribo" { | } | |||
| description | enum "Europe/Helsinki" { | |||
| ""; | value 151; | |||
| } | } | |||
| enum "America/Phoenix" { | enum "Pacific/Fiji" { | |||
| description | value 152; | |||
| "Mountain Standard Time - Arizona"; | } | |||
| } | enum "Atlantic/Stanley" { | |||
| enum "America/Port-au-Prince" { | value 153; | |||
| description | } | |||
| ""; | enum "Pacific/Chuuk" { | |||
| } | value 154; | |||
| enum "America/Port_of_Spain" { | description | |||
| description | "Chuuk (Truk) and Yap"; | |||
| ""; | } | |||
| } | enum "Pacific/Pohnpei" { | |||
| enum "America/Porto_Velho" { | value 155; | |||
| description | description | |||
| "Rondonia"; | "Pohnpei (Ponape)"; | |||
| } | } | |||
| enum "America/Puerto_Rico" { | enum "Pacific/Kosrae" { | |||
| description | value 156; | |||
| ""; | description | |||
| } | "Kosrae"; | |||
| enum "America/Rainy_River" { | } | |||
| description | enum "Atlantic/Faroe" { | |||
| "Central Time - Rainy River & Fort Frances, Ontario"; | value 157; | |||
| } | } | |||
| enum "America/Rankin_Inlet" { | enum "Europe/Paris" { | |||
| description | value 158; | |||
| "Central Time - central Nunavut"; | } | |||
| } | enum "Africa/Libreville" { | |||
| enum "America/Recife" { | value 159; | |||
| description | } | |||
| "Pernambuco"; | enum "Europe/London" { | |||
| } | value 160; | |||
| enum "America/Regina" { | } | |||
| description | enum "America/Grenada" { | |||
| "Central Standard Time - Saskatchewan - most locations"; | value 161; | |||
| } | } | |||
| enum "America/Resolute" { | enum "Asia/Tbilisi" { | |||
| description | value 162; | |||
| "Central Standard Time - Resolute, Nunavut"; | } | |||
| } | enum "America/Cayenne" { | |||
| enum "America/Rio_Branco" { | value 163; | |||
| description | } | |||
| "Acre"; | enum "Europe/Guernsey" { | |||
| } | value 164; | |||
| enum "America/Santa_Isabel" { | } | |||
| description | enum "Africa/Accra" { | |||
| "Mexican Pacific Time - Baja California away from US border"; | value 165; | |||
| } | } | |||
| enum "America/Santarem" { | enum "Europe/Gibraltar" { | |||
| description | value 166; | |||
| "W Para"; | } | |||
| } | enum "America/Godthab" { | |||
| enum "America/Santiago" { | value 167; | |||
| description | description | |||
| "most locations"; | "most locations"; | |||
| } | ||||
| enum "America/Santo_Domingo" { | } | |||
| description | enum "America/Danmarkshavn" { | |||
| ""; | value 168; | |||
| } | description | |||
| enum "America/Sao_Paulo" { | "east coast, north of Scoresbysund"; | |||
| description | } | |||
| "S & SE Brazil (GO, DF, MG, ES, RJ, SP, PR, SC, RS)"; | enum "America/Scoresbysund" { | |||
| } | value 169; | |||
| enum "America/Scoresbysund" { | description | |||
| description | "Scoresbysund / Ittoqqortoormiit"; | |||
| "Scoresbysund / Ittoqqortoormiit"; | } | |||
| } | enum "America/Thule" { | |||
| enum "America/Shiprock" { | value 170; | |||
| description | description | |||
| "Mountain Time - Navajo"; | "Thule / Pituffik"; | |||
| } | } | |||
| enum "America/Sitka" { | enum "Africa/Banjul" { | |||
| description | value 171; | |||
| "Alaska Time - southeast Alaska panhandle"; | } | |||
| } | enum "Africa/Conakry" { | |||
| enum "America/St_Barthelemy" { | value 172; | |||
| description | } | |||
| ""; | enum "America/Guadeloupe" { | |||
| } | value 173; | |||
| enum "America/St_Johns" { | } | |||
| description | enum "Africa/Malabo" { | |||
| "Newfoundland Time, including SE Labrador"; | value 174; | |||
| } | } | |||
| enum "America/St_Kitts" { | enum "Europe/Athens" { | |||
| description | value 175; | |||
| ""; | } | |||
| } | enum "Atlantic/South_Georgia" { | |||
| enum "America/St_Lucia" { | value 176; | |||
| description | } | |||
| ""; | enum "America/Guatemala" { | |||
| } | value 177; | |||
| enum "America/St_Thomas" { | } | |||
| description | enum "Pacific/Guam" { | |||
| ""; | value 178; | |||
| } | } | |||
| enum "America/St_Vincent" { | enum "Africa/Bissau" { | |||
| description | value 179; | |||
| ""; | } | |||
| } | enum "America/Guyana" { | |||
| enum "America/Swift_Current" { | value 180; | |||
| description | } | |||
| "Central Standard Time - Saskatchewan - midwest"; | enum "Asia/Hong_Kong" { | |||
| } | value 181; | |||
| enum "America/Tegucigalpa" { | ||||
| description | } | |||
| ""; | enum "America/Tegucigalpa" { | |||
| } | value 182; | |||
| enum "America/Thule" { | } | |||
| description | enum "Europe/Zagreb" { | |||
| "Thule / Pituffik"; | value 183; | |||
| } | } | |||
| enum "America/Thunder_Bay" { | enum "America/Port-au-Prince" { | |||
| description | value 184; | |||
| "Eastern Time - Thunder Bay, Ontario"; | } | |||
| } | enum "Europe/Budapest" { | |||
| enum "America/Tijuana" { | value 185; | |||
| description | } | |||
| "US Pacific Time - Baja California near US border"; | enum "Asia/Jakarta" { | |||
| } | value 186; | |||
| enum "America/Toronto" { | description | |||
| description | "Java & Sumatra"; | |||
| "Eastern Time - Ontario - most locations"; | } | |||
| } | enum "Asia/Pontianak" { | |||
| enum "America/Tortola" { | value 187; | |||
| description | description | |||
| ""; | "west & central Borneo"; | |||
| } | } | |||
| enum "America/Vancouver" { | enum "Asia/Makassar" { | |||
| description | value 188; | |||
| "Pacific Time - west British Columbia"; | description | |||
| } | "east & south Borneo, Sulawesi (Celebes), Bali, Nusa | |||
| enum "America/Whitehorse" { | Tengarra, west Timor"; | |||
| description | } | |||
| "Pacific Time - south Yukon"; | enum "Asia/Jayapura" { | |||
| } | value 189; | |||
| enum "America/Winnipeg" { | description | |||
| description | "west New Guinea (Irian Jaya) & Malukus (Moluccas)"; | |||
| "Central Time - Manitoba & west Ontario"; | } | |||
| } | enum "Europe/Dublin" { | |||
| enum "America/Yakutat" { | value 190; | |||
| description | } | |||
| "Alaska Time - Alaska panhandle neck"; | enum "Asia/Jerusalem" { | |||
| } | value 191; | |||
| enum "America/Yellowknife" { | } | |||
| description | enum "Europe/Isle_of_Man" { | |||
| "Mountain Time - central Northwest Territories"; | value 192; | |||
| } | } | |||
| enum "Antarctica/Casey" { | enum "Asia/Kolkata" { | |||
| description | value 193; | |||
| "Casey Station, Bailey Peninsula"; | } | |||
| } | enum "Indian/Chagos" { | |||
| enum "Antarctica/Davis" { | value 194; | |||
| description | ||||
| "Davis Station, Vestfold Hills"; | } | |||
| } | enum "Asia/Baghdad" { | |||
| enum "Antarctica/DumontDUrville" { | value 195; | |||
| description | } | |||
| "Dumont-d'Urville Station, Terre Adelie"; | enum "Asia/Tehran" { | |||
| } | value 196; | |||
| enum "Antarctica/Macquarie" { | } | |||
| description | enum "Atlantic/Reykjavik" { | |||
| "Macquarie Island Station, Macquarie Island"; | value 197; | |||
| } | } | |||
| enum "Antarctica/Mawson" { | enum "Europe/Rome" { | |||
| description | value 198; | |||
| "Mawson Station, Holme Bay"; | } | |||
| } | enum "Europe/Jersey" { | |||
| enum "Antarctica/McMurdo" { | value 199; | |||
| description | } | |||
| "McMurdo Station, Ross Island"; | enum "America/Jamaica" { | |||
| } | value 200; | |||
| enum "Antarctica/Palmer" { | } | |||
| description | enum "Asia/Amman" { | |||
| "Palmer Station, Anvers Island"; | value 201; | |||
| } | } | |||
| enum "Antarctica/Rothera" { | enum "Asia/Tokyo" { | |||
| description | value 202; | |||
| "Rothera Station, Adelaide Island"; | } | |||
| } | enum "Africa/Nairobi" { | |||
| enum "Antarctica/South_Pole" { | value 203; | |||
| description | } | |||
| "Amundsen-Scott Station, South Pole"; | enum "Asia/Bishkek" { | |||
| } | value 204; | |||
| enum "Antarctica/Syowa" { | } | |||
| description | enum "Asia/Phnom_Penh" { | |||
| "Syowa Station, E Ongul I"; | value 205; | |||
| } | } | |||
| enum "Antarctica/Vostok" { | enum "Pacific/Tarawa" { | |||
| description | value 206; | |||
| "Vostok Station, Lake Vostok"; | description | |||
| } | "Gilbert Islands"; | |||
| enum "Arctic/Longyearbyen" { | } | |||
| description | enum "Pacific/Enderbury" { | |||
| ""; | value 207; | |||
| } | description | |||
| enum "Asia/Aden" { | "Phoenix Islands"; | |||
| description | } | |||
| ""; | enum "Pacific/Kiritimati" { | |||
| } | value 208; | |||
| enum "Asia/Almaty" { | description | |||
| description | "Line Islands"; | |||
| "most locations"; | ||||
| } | } | |||
| enum "Asia/Amman" { | enum "Indian/Comoro" { | |||
| description | value 209; | |||
| ""; | } | |||
| } | enum "America/St_Kitts" { | |||
| enum "Asia/Anadyr" { | value 210; | |||
| description | } | |||
| "Moscow+08 - Bering Sea"; | enum "Asia/Pyongyang" { | |||
| } | value 211; | |||
| enum "Asia/Aqtau" { | } | |||
| description | enum "Asia/Seoul" { | |||
| "Atyrau (Atirau, Gur'yev), Mangghystau (Mankistau)"; | value 212; | |||
| } | } | |||
| enum "Asia/Aqtobe" { | enum "Asia/Kuwait" { | |||
| description | value 213; | |||
| "Aqtobe (Aktobe)"; | } | |||
| } | enum "America/Cayman" { | |||
| enum "Asia/Ashgabat" { | value 214; | |||
| description | } | |||
| ""; | enum "Asia/Almaty" { | |||
| } | value 215; | |||
| enum "Asia/Baghdad" { | description | |||
| description | "most locations"; | |||
| ""; | } | |||
| } | enum "Asia/Qyzylorda" { | |||
| enum "Asia/Bahrain" { | value 216; | |||
| description | description | |||
| ""; | "Qyzylorda (Kyzylorda, Kzyl-Orda)"; | |||
| } | } | |||
| enum "Asia/Baku" { | enum "Asia/Aqtobe" { | |||
| description | value 217; | |||
| ""; | description | |||
| } | "Aqtobe (Aktobe)"; | |||
| enum "Asia/Bangkok" { | } | |||
| description | enum "Asia/Aqtau" { | |||
| ""; | value 218; | |||
| } | description | |||
| enum "Asia/Beirut" { | "Atyrau (Atirau, Gur'yev), Mangghystau (Mankistau)"; | |||
| description | } | |||
| ""; | enum "Asia/Oral" { | |||
| } | value 219; | |||
| enum "Asia/Bishkek" { | description | |||
| description | "West Kazakhstan"; | |||
| ""; | } | |||
| } | enum "Asia/Vientiane" { | |||
| enum "Asia/Brunei" { | value 220; | |||
| description | } | |||
| ""; | enum "Asia/Beirut" { | |||
| } | value 221; | |||
| enum "Asia/Choibalsan" { | } | |||
| description | enum "America/St_Lucia" { | |||
| "Dornod, Sukhbaatar"; | value 222; | |||
| } | } | |||
| enum "Asia/Chongqing" { | enum "Europe/Vaduz" { | |||
| description | value 223; | |||
| "central China - Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, etc."; | } | |||
| } | enum "Asia/Colombo" { | |||
| enum "Asia/Colombo" { | value 224; | |||
| description | } | |||
| ""; | enum "Africa/Monrovia" { | |||
| } | value 225; | |||
| enum "Asia/Damascus" { | } | |||
| description | enum "Africa/Maseru" { | |||
| ""; | value 226; | |||
| } | } | |||
| enum "Asia/Dhaka" { | enum "Europe/Vilnius" { | |||
| description | value 227; | |||
| ""; | } | |||
| } | enum "Europe/Luxembourg" { | |||
| enum "Asia/Dili" { | value 228; | |||
| description | } | |||
| ""; | enum "Europe/Riga" { | |||
| } | value 229; | |||
| enum "Asia/Dubai" { | } | |||
| description | enum "Africa/Tripoli" { | |||
| ""; | value 230; | |||
| } | } | |||
| enum "Asia/Dushanbe" { | enum "Africa/Casablanca" { | |||
| description | value 231; | |||
| ""; | } | |||
| } | enum "Europe/Monaco" { | |||
| enum "Asia/Gaza" { | value 232; | |||
| description | } | |||
| "Gaza Strip"; | enum "Europe/Chisinau" { | |||
| } | value 233; | |||
| enum "Asia/Harbin" { | } | |||
| description | enum "Europe/Podgorica" { | |||
| "Heilongjiang (except Mohe), Jilin"; | value 234; | |||
| } | } | |||
| enum "Asia/Hebron" { | enum "America/Marigot" { | |||
| description | value 235; | |||
| "West Bank"; | } | |||
| } | enum "Indian/Antananarivo" { | |||
| enum "Asia/Ho_Chi_Minh" { | value 236; | |||
| description | } | |||
| ""; | enum "Pacific/Majuro" { | |||
| } | value 237; | |||
| enum "Asia/Hong_Kong" { | description | |||
| description | "most locations"; | |||
| ""; | } | |||
| } | enum "Pacific/Kwajalein" { | |||
| enum "Asia/Hovd" { | value 238; | |||
| description | description | |||
| "Bayan-Olgiy, Govi-Altai, Hovd, Uvs, Zavkhan"; | "Kwajalein"; | |||
| } | } | |||
| enum "Asia/Irkutsk" { | enum "Europe/Skopje" { | |||
| description | value 239; | |||
| "Moscow+05 - Lake Baikal"; | } | |||
| } | enum "Africa/Bamako" { | |||
| enum "Asia/Jakarta" { | value 240; | |||
| description | } | |||
| "Java & Sumatra"; | enum "Asia/Rangoon" { | |||
| } | value 241; | |||
| enum "Asia/Jayapura" { | } | |||
| description | enum "Asia/Ulaanbaatar" { | |||
| "west New Guinea (Irian Jaya) & Malukus (Moluccas)"; | value 242; | |||
| } | description | |||
| enum "Asia/Jerusalem" { | "most locations"; | |||
| description | } | |||
| ""; | enum "Asia/Hovd" { | |||
| } | value 243; | |||
| enum "Asia/Kabul" { | description | |||
| description | "Bayan-Olgiy, Govi-Altai, Hovd, Uvs, Zavkhan"; | |||
| ""; | } | |||
| } | enum "Asia/Choibalsan" { | |||
| enum "Asia/Kamchatka" { | value 244; | |||
| description | description | |||
| "Moscow+08 - Kamchatka"; | "Dornod, Sukhbaatar"; | |||
| } | } | |||
| enum "Asia/Karachi" { | enum "Asia/Macau" { | |||
| description | value 245; | |||
| ""; | } | |||
| } | enum "Pacific/Saipan" { | |||
| enum "Asia/Kashgar" { | value 246; | |||
| description | } | |||
| "west Tibet & Xinjiang"; | enum "America/Martinique" { | |||
| } | value 247; | |||
| enum "Asia/Kathmandu" { | } | |||
| description | enum "Africa/Nouakchott" { | |||
| ""; | value 248; | |||
| } | } | |||
| enum "Asia/Kolkata" { | enum "America/Montserrat" { | |||
| description | value 249; | |||
| ""; | } | |||
| } | enum "Europe/Malta" { | |||
| enum "Asia/Krasnoyarsk" { | value 250; | |||
| description | } | |||
| "Moscow+04 - Yenisei River"; | enum "Indian/Mauritius" { | |||
| } | value 251; | |||
| enum "Asia/Kuala_Lumpur" { | } | |||
| description | enum "Indian/Maldives" { | |||
| "peninsular Malaysia"; | value 252; | |||
| } | } | |||
| enum "Asia/Kuching" { | enum "Africa/Blantyre" { | |||
| description | value 253; | |||
| "Sabah & Sarawak"; | } | |||
| } | enum "America/Mexico_City" { | |||
| enum "Asia/Kuwait" { | value 254; | |||
| description | description | |||
| ""; | "Central Time - most locations"; | |||
| } | } | |||
| enum "Asia/Macau" { | enum "America/Cancun" { | |||
| description | value 255; | |||
| ""; | description | |||
| } | "Central Time - Quintana Roo"; | |||
| enum "Asia/Magadan" { | } | |||
| description | enum "America/Merida" { | |||
| "Moscow+08 - Magadan"; | value 256; | |||
| } | description | |||
| enum "Asia/Makassar" { | "Central Time - Campeche, Yucatan"; | |||
| description | } | |||
| "east & south Borneo, Sulawesi (Celebes), Bali, Nusa Tengarra, west Timor"; | enum "America/Monterrey" { | |||
| } | value 257; | |||
| enum "Asia/Manila" { | description | |||
| description | "Mexican Central Time - Coahuila, Durango, Nuevo Leon, | |||
| ""; | Tamaulipas away from US border"; | |||
| } | } | |||
| enum "Asia/Muscat" { | enum "America/Matamoros" { | |||
| description | value 258; | |||
| ""; | description | |||
| } | "US Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas | |||
| enum "Asia/Nicosia" { | near US border"; | |||
| description | } | |||
| ""; | enum "America/Mazatlan" { | |||
| } | value 259; | |||
| enum "Asia/Novokuznetsk" { | description | |||
| description | "Mountain Time - S Baja, Nayarit, Sinaloa"; | |||
| "Moscow+03 - Novokuznetsk"; | } | |||
| } | enum "America/Chihuahua" { | |||
| enum "Asia/Novosibirsk" { | value 260; | |||
| description | description | |||
| "Moscow+03 - Novosibirsk"; | "Mexican Mountain Time - Chihuahua away from US border"; | |||
| } | ||||
| enum "Asia/Omsk" { | } | |||
| description | enum "America/Ojinaga" { | |||
| "Moscow+03 - west Siberia"; | value 261; | |||
| } | description | |||
| enum "Asia/Oral" { | "US Mountain Time - Chihuahua near US border"; | |||
| description | } | |||
| "West Kazakhstan"; | enum "America/Hermosillo" { | |||
| } | value 262; | |||
| enum "Asia/Phnom_Penh" { | description | |||
| description | "Mountain Standard Time - Sonora"; | |||
| ""; | } | |||
| } | enum "America/Tijuana" { | |||
| enum "Asia/Pontianak" { | value 263; | |||
| description | description | |||
| "west & central Borneo"; | "US Pacific Time - Baja California near US border"; | |||
| } | } | |||
| enum "Asia/Pyongyang" { | enum "America/Santa_Isabel" { | |||
| description | value 264; | |||
| ""; | description | |||
| } | "Mexican Pacific Time - Baja California away from US border"; | |||
| enum "Asia/Qatar" { | } | |||
| description | enum "America/Bahia_Banderas" { | |||
| ""; | value 265; | |||
| } | description | |||
| enum "Asia/Qyzylorda" { | "Mexican Central Time - Bahia de Banderas"; | |||
| description | } | |||
| "Qyzylorda (Kyzylorda, Kzyl-Orda)"; | enum "Asia/Kuala_Lumpur" { | |||
| } | value 266; | |||
| enum "Asia/Rangoon" { | description | |||
| description | "peninsular Malaysia"; | |||
| ""; | } | |||
| } | enum "Asia/Kuching" { | |||
| enum "Asia/Riyadh" { | value 267; | |||
| description | description | |||
| ""; | "Sabah & Sarawak"; | |||
| } | } | |||
| enum "Asia/Sakhalin" { | enum "Africa/Maputo" { | |||
| description | value 268; | |||
| "Moscow+07 - Sakhalin Island"; | } | |||
| } | enum "Africa/Windhoek" { | |||
| enum "Asia/Samarkand" { | value 269; | |||
| description | } | |||
| "west Uzbekistan"; | enum "Pacific/Noumea" { | |||
| } | value 270; | |||
| enum "Asia/Seoul" { | } | |||
| description | enum "Africa/Niamey" { | |||
| ""; | value 271; | |||
| } | } | |||
| enum "Asia/Shanghai" { | enum "Pacific/Norfolk" { | |||
| description | value 272; | |||
| "east China - Beijing, Guangdong, Shanghai, etc."; | } | |||
| } | enum "Africa/Lagos" { | |||
| enum "Asia/Singapore" { | value 273; | |||
| description | } | |||
| ""; | enum "America/Managua" { | |||
| } | value 274; | |||
| enum "Asia/Taipei" { | } | |||
| description | enum "Europe/Amsterdam" { | |||
| ""; | value 275; | |||
| } | } | |||
| enum "Asia/Tashkent" { | enum "Europe/Oslo" { | |||
| description | value 276; | |||
| "east Uzbekistan"; | } | |||
| } | enum "Asia/Kathmandu" { | |||
| enum "Asia/Tbilisi" { | value 277; | |||
| description | } | |||
| ""; | enum "Pacific/Nauru" { | |||
| } | value 278; | |||
| enum "Asia/Tehran" { | } | |||
| description | enum "Pacific/Niue" { | |||
| ""; | value 279; | |||
| } | } | |||
| enum "Asia/Thimphu" { | enum "Pacific/Auckland" { | |||
| description | value 280; | |||
| ""; | description | |||
| } | "most locations"; | |||
| enum "Asia/Tokyo" { | } | |||
| description | enum "Pacific/Chatham" { | |||
| ""; | value 281; | |||
| } | description | |||
| enum "Asia/Ulaanbaatar" { | "Chatham Islands"; | |||
| description | } | |||
| "most locations"; | enum "Asia/Muscat" { | |||
| } | value 282; | |||
| enum "Asia/Urumqi" { | } | |||
| description | enum "America/Panama" { | |||
| "most of Tibet & Xinjiang"; | value 283; | |||
| } | } | |||
| enum "Asia/Vientiane" { | enum "America/Lima" { | |||
| description | value 284; | |||
| ""; | } | |||
| } | enum "Pacific/Tahiti" { | |||
| enum "Asia/Vladivostok" { | value 285; | |||
| description | description | |||
| "Moscow+07 - Amur River"; | "Society Islands"; | |||
| } | } | |||
| enum "Asia/Yakutsk" { | enum "Pacific/Marquesas" { | |||
| description | value 286; | |||
| "Moscow+06 - Lena River"; | description | |||
| } | "Marquesas Islands"; | |||
| enum "Asia/Yekaterinburg" { | } | |||
| description | enum "Pacific/Gambier" { | |||
| "Moscow+02 - Urals"; | value 287; | |||
| } | description | |||
| enum "Asia/Yerevan" { | "Gambier Islands"; | |||
| description | } | |||
| ""; | enum "Pacific/Port_Moresby" { | |||
| } | value 288; | |||
| enum "Atlantic/Azores" { | } | |||
| description | enum "Asia/Manila" { | |||
| "Azores"; | value 289; | |||
| } | } | |||
| enum "Atlantic/Bermuda" { | enum "Asia/Karachi" { | |||
| description | value 290; | |||
| ""; | } | |||
| } | enum "Europe/Warsaw" { | |||
| enum "Atlantic/Canary" { | value 291; | |||
| description | } | |||
| "Canary Islands"; | enum "America/Miquelon" { | |||
| } | value 292; | |||
| enum "Atlantic/Cape_Verde" { | } | |||
| description | enum "Pacific/Pitcairn" { | |||
| ""; | value 293; | |||
| } | } | |||
| enum "Atlantic/Faroe" { | enum "America/Puerto_Rico" { | |||
| description | value 294; | |||
| ""; | } | |||
| } | enum "Asia/Gaza" { | |||
| enum "Atlantic/Madeira" { | value 295; | |||
| description | description | |||
| "Madeira Islands"; | "Gaza Strip"; | |||
| } | } | |||
| enum "Atlantic/Reykjavik" { | enum "Asia/Hebron" { | |||
| description | value 296; | |||
| ""; | description | |||
| } | "West Bank"; | |||
| enum "Atlantic/South_Georgia" { | } | |||
| description | enum "Europe/Lisbon" { | |||
| ""; | value 297; | |||
| } | description | |||
| enum "Atlantic/Stanley" { | "mainland"; | |||
| description | } | |||
| ""; | enum "Atlantic/Madeira" { | |||
| } | value 298; | |||
| enum "Atlantic/St_Helena" { | description | |||
| description | "Madeira Islands"; | |||
| ""; | } | |||
| } | enum "Atlantic/Azores" { | |||
| enum "Australia/Adelaide" { | value 299; | |||
| description | description | |||
| "South Australia"; | "Azores"; | |||
| } | } | |||
| enum "Australia/Brisbane" { | enum "Pacific/Palau" { | |||
| description | value 300; | |||
| "Queensland - most locations"; | } | |||
| } | enum "America/Asuncion" { | |||
| enum "Australia/Broken_Hill" { | value 301; | |||
| description | } | |||
| "New South Wales - Yancowinna"; | enum "Asia/Qatar" { | |||
| } | value 302; | |||
| enum "Australia/Currie" { | } | |||
| description | enum "Indian/Reunion" { | |||
| "Tasmania - King Island"; | value 303; | |||
| } | } | |||
| enum "Australia/Darwin" { | enum "Europe/Bucharest" { | |||
| description | value 304; | |||
| "Northern Territory"; | } | |||
| } | enum "Europe/Belgrade" { | |||
| enum "Australia/Eucla" { | value 305; | |||
| description | } | |||
| "Western Australia - Eucla area"; | enum "Europe/Kaliningrad" { | |||
| } | value 306; | |||
| enum "Australia/Hobart" { | description | |||
| description | "Moscow-01 - Kaliningrad"; | |||
| "Tasmania - most locations"; | } | |||
| } | enum "Europe/Moscow" { | |||
| enum "Australia/Lindeman" { | value 307; | |||
| description | description | |||
| "Queensland - Holiday Islands"; | "Moscow+00 - west Russia"; | |||
| } | } | |||
| enum "Australia/Lord_Howe" { | enum "Europe/Volgograd" { | |||
| description | value 308; | |||
| "Lord Howe Island"; | description | |||
| } | "Moscow+00 - Caspian Sea"; | |||
| enum "Australia/Melbourne" { | } | |||
| description | enum "Europe/Samara" { | |||
| "Victoria"; | value 309; | |||
| } | description | |||
| enum "Australia/Perth" { | "Moscow+00 - Samara, Udmurtia"; | |||
| description | } | |||
| "Western Australia - most locations"; | enum "Asia/Yekaterinburg" { | |||
| } | value 310; | |||
| enum "Australia/Sydney" { | description | |||
| description | "Moscow+02 - Urals"; | |||
| "New South Wales - most locations"; | } | |||
| } | enum "Asia/Omsk" { | |||
| enum "Europe/Amsterdam" { | value 311; | |||
| description | description | |||
| ""; | "Moscow+03 - west Siberia"; | |||
| } | } | |||
| enum "Europe/Andorra" { | enum "Asia/Novosibirsk" { | |||
| description | value 312; | |||
| ""; | description | |||
| } | "Moscow+03 - Novosibirsk"; | |||
| enum "Europe/Athens" { | } | |||
| description | enum "Asia/Novokuznetsk" { | |||
| ""; | value 313; | |||
| } | description | |||
| enum "Europe/Belgrade" { | "Moscow+03 - Novokuznetsk"; | |||
| description | } | |||
| ""; | enum "Asia/Krasnoyarsk" { | |||
| } | value 314; | |||
| enum "Europe/Berlin" { | description | |||
| description | "Moscow+04 - Yenisei River"; | |||
| ""; | } | |||
| } | enum "Asia/Irkutsk" { | |||
| enum "Europe/Bratislava" { | value 315; | |||
| description | description | |||
| ""; | "Moscow+05 - Lake Baikal"; | |||
| } | } | |||
| enum "Europe/Brussels" { | enum "Asia/Yakutsk" { | |||
| description | value 316; | |||
| ""; | description | |||
| } | "Moscow+06 - Lena River"; | |||
| enum "Europe/Bucharest" { | } | |||
| description | enum "Asia/Vladivostok" { | |||
| ""; | value 317; | |||
| } | description | |||
| enum "Europe/Budapest" { | "Moscow+07 - Amur River"; | |||
| description | } | |||
| ""; | enum "Asia/Sakhalin" { | |||
| } | value 318; | |||
| enum "Europe/Chisinau" { | description | |||
| description | "Moscow+07 - Sakhalin Island"; | |||
| ""; | } | |||
| } | enum "Asia/Magadan" { | |||
| enum "Europe/Copenhagen" { | value 319; | |||
| description | description | |||
| ""; | "Moscow+08 - Magadan"; | |||
| } | } | |||
| enum "Europe/Dublin" { | enum "Asia/Kamchatka" { | |||
| description | value 320; | |||
| ""; | description | |||
| } | "Moscow+08 - Kamchatka"; | |||
| enum "Europe/Gibraltar" { | } | |||
| description | enum "Asia/Anadyr" { | |||
| ""; | value 321; | |||
| } | description | |||
| enum "Europe/Guernsey" { | "Moscow+08 - Bering Sea"; | |||
| description | } | |||
| ""; | enum "Africa/Kigali" { | |||
| } | value 322; | |||
| enum "Europe/Helsinki" { | } | |||
| description | enum "Asia/Riyadh" { | |||
| ""; | value 323; | |||
| } | } | |||
| enum "Europe/Isle_of_Man" { | enum "Pacific/Guadalcanal" { | |||
| description | value 324; | |||
| ""; | } | |||
| } | enum "Indian/Mahe" { | |||
| enum "Europe/Istanbul" { | value 325; | |||
| description | } | |||
| ""; | enum "Africa/Khartoum" { | |||
| } | value 326; | |||
| enum "Europe/Jersey" { | } | |||
| description | enum "Europe/Stockholm" { | |||
| ""; | value 327; | |||
| } | } | |||
| enum "Europe/Kaliningrad" { | enum "Asia/Singapore" { | |||
| description | value 328; | |||
| "Moscow-01 - Kaliningrad"; | } | |||
| } | enum "Atlantic/St_Helena" { | |||
| enum "Europe/Kiev" { | value 329; | |||
| description | } | |||
| "most locations"; | enum "Europe/Ljubljana" { | |||
| } | value 330; | |||
| enum "Europe/Lisbon" { | } | |||
| description | enum "Arctic/Longyearbyen" { | |||
| "mainland"; | value 331; | |||
| } | } | |||
| enum "Europe/Ljubljana" { | enum "Europe/Bratislava" { | |||
| description | value 332; | |||
| ""; | } | |||
| } | enum "Africa/Freetown" { | |||
| enum "Europe/London" { | value 333; | |||
| description | } | |||
| ""; | enum "Europe/San_Marino" { | |||
| } | value 334; | |||
| enum "Europe/Luxembourg" { | ||||
| description | } | |||
| ""; | enum "Africa/Dakar" { | |||
| } | value 335; | |||
| enum "Europe/Madrid" { | } | |||
| description | enum "Africa/Mogadishu" { | |||
| "mainland"; | value 336; | |||
| } | } | |||
| enum "Europe/Malta" { | enum "America/Paramaribo" { | |||
| description | value 337; | |||
| ""; | } | |||
| } | enum "Africa/Juba" { | |||
| enum "Europe/Mariehamn" { | value 338; | |||
| description | } | |||
| ""; | enum "Africa/Sao_Tome" { | |||
| } | value 339; | |||
| enum "Europe/Minsk" { | } | |||
| description | enum "America/El_Salvador" { | |||
| ""; | value 340; | |||
| } | } | |||
| enum "Europe/Monaco" { | enum "America/Lower_Princes" { | |||
| description | value 341; | |||
| ""; | } | |||
| } | enum "Asia/Damascus" { | |||
| enum "Europe/Moscow" { | value 342; | |||
| description | } | |||
| "Moscow+00 - west Russia"; | enum "Africa/Mbabane" { | |||
| } | value 343; | |||
| enum "Europe/Oslo" { | } | |||
| description | enum "America/Grand_Turk" { | |||
| ""; | value 344; | |||
| } | } | |||
| enum "Europe/Paris" { | enum "Africa/Ndjamena" { | |||
| description | value 345; | |||
| ""; | } | |||
| } | enum "Indian/Kerguelen" { | |||
| enum "Europe/Podgorica" { | value 346; | |||
| description | } | |||
| ""; | enum "Africa/Lome" { | |||
| } | value 347; | |||
| enum "Europe/Prague" { | } | |||
| description | enum "Asia/Bangkok" { | |||
| ""; | value 348; | |||
| } | } | |||
| enum "Europe/Riga" { | enum "Asia/Dushanbe" { | |||
| description | value 349; | |||
| ""; | } | |||
| } | enum "Pacific/Fakaofo" { | |||
| enum "Europe/Rome" { | value 350; | |||
| description | ||||
| ""; | } | |||
| } | enum "Asia/Dili" { | |||
| enum "Europe/Samara" { | value 351; | |||
| description | } | |||
| "Moscow+00 - Samara, Udmurtia"; | enum "Asia/Ashgabat" { | |||
| } | value 352; | |||
| enum "Europe/San_Marino" { | } | |||
| description | enum "Africa/Tunis" { | |||
| ""; | value 353; | |||
| } | } | |||
| enum "Europe/Sarajevo" { | enum "Pacific/Tongatapu" { | |||
| description | value 354; | |||
| ""; | } | |||
| } | enum "Europe/Istanbul" { | |||
| enum "Europe/Simferopol" { | value 355; | |||
| description | } | |||
| "central Crimea"; | enum "America/Port_of_Spain" { | |||
| } | value 356; | |||
| enum "Europe/Skopje" { | } | |||
| description | enum "Pacific/Funafuti" { | |||
| ""; | value 357; | |||
| } | } | |||
| enum "Europe/Sofia" { | enum "Asia/Taipei" { | |||
| description | value 358; | |||
| ""; | } | |||
| } | enum "Africa/Dar_es_Salaam" { | |||
| enum "Europe/Stockholm" { | value 359; | |||
| description | } | |||
| ""; | enum "Europe/Kiev" { | |||
| } | value 360; | |||
| enum "Europe/Tallinn" { | description | |||
| description | "most locations"; | |||
| ""; | } | |||
| } | enum "Europe/Uzhgorod" { | |||
| enum "Europe/Tirane" { | value 361; | |||
| description | description | |||
| ""; | "Ruthenia"; | |||
| } | } | |||
| enum "Europe/Uzhgorod" { | enum "Europe/Zaporozhye" { | |||
| description | value 362; | |||
| "Ruthenia"; | description | |||
| } | "Zaporozh'ye, E Lugansk / Zaporizhia, E Luhansk"; | |||
| enum "Europe/Vaduz" { | } | |||
| description | enum "Europe/Simferopol" { | |||
| ""; | value 363; | |||
| } | description | |||
| enum "Europe/Vatican" { | "central Crimea"; | |||
| description | } | |||
| ""; | enum "Africa/Kampala" { | |||
| } | value 364; | |||
| enum "Europe/Vienna" { | } | |||
| description | enum "Pacific/Johnston" { | |||
| ""; | value 365; | |||
| } | description | |||
| enum "Europe/Vilnius" { | "Johnston Atoll"; | |||
| description | } | |||
| ""; | enum "Pacific/Midway" { | |||
| } | value 366; | |||
| enum "Europe/Volgograd" { | description | |||
| description | "Midway Islands"; | |||
| "Moscow+00 - Caspian Sea"; | } | |||
| } | enum "Pacific/Wake" { | |||
| enum "Europe/Warsaw" { | value 367; | |||
| description | description | |||
| ""; | "Wake Island"; | |||
| } | } | |||
| enum "Europe/Zagreb" { | enum "America/New_York" { | |||
| description | value 368; | |||
| ""; | description | |||
| } | "Eastern Time"; | |||
| enum "Europe/Zaporozhye" { | } | |||
| description | enum "America/Detroit" { | |||
| "Zaporozh'ye, E Lugansk / Zaporizhia, E Luhansk"; | value 369; | |||
| } | description | |||
| enum "Europe/Zurich" { | "Eastern Time - Michigan - most locations"; | |||
| description | } | |||
| ""; | enum "America/Kentucky/Louisville" { | |||
| } | value 370; | |||
| enum "Indian/Antananarivo" { | description | |||
| description | "Eastern Time - Kentucky - Louisville area"; | |||
| ""; | } | |||
| } | enum "America/Kentucky/Monticello" { | |||
| enum "Indian/Chagos" { | value 371; | |||
| description | description | |||
| ""; | "Eastern Time - Kentucky - Wayne County"; | |||
| } | } | |||
| enum "Indian/Christmas" { | enum "America/Indiana/Indianapolis" { | |||
| description | value 372; | |||
| ""; | description | |||
| } | "Eastern Time - Indiana - most locations"; | |||
| enum "Indian/Cocos" { | } | |||
| description | enum "America/Indiana/Vincennes" { | |||
| ""; | value 373; | |||
| } | description | |||
| enum "Indian/Comoro" { | "Eastern Time - Indiana - Daviess, Dubois, Knox & Martin | |||
| description | Counties"; | |||
| ""; | ||||
| } | } | |||
| enum "Indian/Kerguelen" { | enum "America/Indiana/Winamac" { | |||
| description | value 374; | |||
| ""; | description | |||
| } | "Eastern Time - Indiana - Pulaski County"; | |||
| enum "Indian/Mahe" { | } | |||
| description | enum "America/Indiana/Marengo" { | |||
| ""; | value 375; | |||
| } | description | |||
| enum "Indian/Maldives" { | "Eastern Time - Indiana - Crawford County"; | |||
| description | } | |||
| ""; | enum "America/Indiana/Petersburg" { | |||
| } | value 376; | |||
| enum "Indian/Mauritius" { | description | |||
| description | "Eastern Time - Indiana - Pike County"; | |||
| ""; | } | |||
| } | enum "America/Indiana/Vevay" { | |||
| enum "Indian/Mayotte" { | value 377; | |||
| description | description | |||
| ""; | "Eastern Time - Indiana - Switzerland County"; | |||
| } | } | |||
| enum "Indian/Reunion" { | enum "America/Chicago" { | |||
| description | value 378; | |||
| ""; | description | |||
| } | "Central Time"; | |||
| enum "Pacific/Apia" { | } | |||
| description | enum "America/Indiana/Tell_City" { | |||
| ""; | value 379; | |||
| } | description | |||
| enum "Pacific/Auckland" { | "Central Time - Indiana - Perry County"; | |||
| description | } | |||
| "most locations"; | enum "America/Indiana/Knox" { | |||
| } | value 380; | |||
| enum "Pacific/Chatham" { | description | |||
| description | "Central Time - Indiana - Starke County"; | |||
| "Chatham Islands"; | } | |||
| } | enum "America/Menominee" { | |||
| enum "Pacific/Chuuk" { | value 381; | |||
| description | description | |||
| "Chuuk (Truk) and Yap"; | "Central Time - Michigan - Dickinson, Gogebic, Iron & | |||
| } | Menominee Counties"; | |||
| enum "Pacific/Easter" { | } | |||
| description | enum "America/North_Dakota/Center" { | |||
| "Easter Island & Sala y Gomez"; | value 382; | |||
| } | description | |||
| enum "Pacific/Efate" { | "Central Time - North Dakota - Oliver County"; | |||
| description | } | |||
| ""; | enum "America/North_Dakota/New_Salem" { | |||
| } | value 383; | |||
| enum "Pacific/Enderbury" { | description | |||
| description | "Central Time - North Dakota - Morton County (except Mandan | |||
| "Phoenix Islands"; | area)"; | |||
| } | } | |||
| enum "Pacific/Fakaofo" { | enum "America/North_Dakota/Beulah" { | |||
| description | value 384; | |||
| ""; | description | |||
| } | "Central Time - North Dakota - Mercer County"; | |||
| enum "Pacific/Fiji" { | } | |||
| description | enum "America/Denver" { | |||
| ""; | value 385; | |||
| } | description | |||
| enum "Pacific/Funafuti" { | "Mountain Time"; | |||
| description | } | |||
| ""; | enum "America/Boise" { | |||
| } | value 386; | |||
| enum "Pacific/Galapagos" { | description | |||
| description | "Mountain Time - south Idaho & east Oregon"; | |||
| "Galapagos Islands"; | } | |||
| } | enum "America/Shiprock" { | |||
| enum "Pacific/Gambier" { | value 387; | |||
| description | description | |||
| "Gambier Islands"; | "Mountain Time - Navajo"; | |||
| } | } | |||
| enum "Pacific/Guadalcanal" { | enum "America/Phoenix" { | |||
| description | value 388; | |||
| ""; | description | |||
| } | "Mountain Standard Time - Arizona"; | |||
| enum "Pacific/Guam" { | } | |||
| description | enum "America/Los_Angeles" { | |||
| ""; | value 389; | |||
| } | description | |||
| enum "Pacific/Honolulu" { | "Pacific Time"; | |||
| description | } | |||
| "Hawaii"; | enum "America/Anchorage" { | |||
| } | value 390; | |||
| enum "Pacific/Johnston" { | description | |||
| description | "Alaska Time"; | |||
| "Johnston Atoll"; | } | |||
| } | enum "America/Juneau" { | |||
| enum "Pacific/Kiritimati" { | value 391; | |||
| description | description | |||
| "Line Islands"; | "Alaska Time - Alaska panhandle"; | |||
| } | } | |||
| enum "Pacific/Kosrae" { | enum "America/Sitka" { | |||
| description | value 392; | |||
| "Kosrae"; | description | |||
| } | "Alaska Time - southeast Alaska panhandle"; | |||
| enum "Pacific/Kwajalein" { | } | |||
| description | enum "America/Yakutat" { | |||
| "Kwajalein"; | value 393; | |||
| } | description | |||
| enum "Pacific/Majuro" { | "Alaska Time - Alaska panhandle neck"; | |||
| description | } | |||
| "most locations"; | enum "America/Nome" { | |||
| } | value 394; | |||
| enum "Pacific/Marquesas" { | description | |||
| description | "Alaska Time - west Alaska"; | |||
| "Marquesas Islands"; | } | |||
| } | enum "America/Adak" { | |||
| enum "Pacific/Midway" { | value 395; | |||
| description | description | |||
| "Midway Islands"; | "Aleutian Islands"; | |||
| } | } | |||
| enum "Pacific/Nauru" { | enum "America/Metlakatla" { | |||
| description | value 396; | |||
| ""; | description | |||
| } | "Metlakatla Time - Annette Island"; | |||
| enum "Pacific/Niue" { | } | |||
| description | enum "Pacific/Honolulu" { | |||
| ""; | value 397; | |||
| } | description | |||
| enum "Pacific/Norfolk" { | "Hawaii"; | |||
| description | } | |||
| ""; | enum "America/Montevideo" { | |||
| } | value 398; | |||
| enum "Pacific/Noumea" { | } | |||
| description | enum "Asia/Samarkand" { | |||
| ""; | value 399; | |||
| } | description | |||
| enum "Pacific/Pago_Pago" { | "west Uzbekistan"; | |||
| description | } | |||
| ""; | enum "Asia/Tashkent" { | |||
| } | value 400; | |||
| enum "Pacific/Palau" { | description | |||
| description | "east Uzbekistan"; | |||
| ""; | } | |||
| } | enum "Europe/Vatican" { | |||
| enum "Pacific/Pitcairn" { | value 401; | |||
| description | } | |||
| ""; | enum "America/St_Vincent" { | |||
| } | value 402; | |||
| enum "Pacific/Pohnpei" { | } | |||
| description | enum "America/Caracas" { | |||
| "Pohnpei (Ponape)"; | value 403; | |||
| } | ||||
| enum "Pacific/Port_Moresby" { | } | |||
| description | enum "America/Tortola" { | |||
| ""; | value 404; | |||
| } | } | |||
| enum "Pacific/Rarotonga" { | enum "America/St_Thomas" { | |||
| description | value 405; | |||
| ""; | } | |||
| } | enum "Asia/Ho_Chi_Minh" { | |||
| enum "Pacific/Saipan" { | value 406; | |||
| description | } | |||
| ""; | enum "Pacific/Efate" { | |||
| } | value 407; | |||
| enum "Pacific/Tahiti" { | } | |||
| description | enum "Pacific/Wallis" { | |||
| "Society Islands"; | value 408; | |||
| } | } | |||
| enum "Pacific/Tarawa" { | enum "Pacific/Apia" { | |||
| description | value 409; | |||
| "Gilbert Islands"; | } | |||
| } | enum "Asia/Aden" { | |||
| enum "Pacific/Tongatapu" { | value 410; | |||
| description | } | |||
| ""; | enum "Indian/Mayotte" { | |||
| } | value 411; | |||
| enum "Pacific/Wake" { | } | |||
| description | enum "Africa/Johannesburg" { | |||
| "Wake Island"; | value 412; | |||
| } | } | |||
| enum "Pacific/Wallis" { | enum "Africa/Lusaka" { | |||
| description | value 413; | |||
| ""; | } | |||
| } | enum "Africa/Harare" { | |||
| } | value 414; | |||
| } | } | |||
| } | } | |||
| } | ||||
| } | ||||
| <CODE ENDS> | <CODE ENDS> | |||
| 3. IANA Considerations | 3. IANA Considerations | |||
| This document defines the initial version of the IANA-maintained | This document defines the initial version of the IANA-maintained | |||
| iana-timezones YANG module. | iana-timezones YANG module. | |||
| The iana-timezones module is intended to reflect the IANA "timezone | The iana-timezones module is intended to reflect the IANA "timezone | |||
| database". When a timezone location is added to the database, a new | database". When a timezone location is added to the database, the | |||
| "enum" statement must be added to the "iana-timezone" typedef, with | "iana-timezone" enumeration MUST be updated as defined in RFC 6020 | |||
| the same name as the newly added timezone location. | Section 10 to add the newly created timezone location to the | |||
| enumeration. The new "enum" statement MUST be added to the "iana- | ||||
| timezone" typedef with the same name as the newly added timezone | ||||
| location. A new enum value MUST be allocated by IANA and applied to | ||||
| the newly created enum entry. New entries MAY be placed in any order | ||||
| in the enumeration as long as the previously assigned enumeration | ||||
| values are not changed. | ||||
| When the iana-timezones YANG module is updated, a new "revision" | When the iana-timezones YANG module is updated, a new "revision" | |||
| statement must be added. | statement must be added. | |||
| This document registers one URI in the IETF XML registry [RFC3688]. | This document registers one URI in the IETF XML registry [RFC3688]. | |||
| Following the format in RFC 3688, the following registration is | Following the format in RFC 3688, the following registration is | |||
| requested to be made. | requested to be made. | |||
| URI: urn:ietf:params:xml:ns:yang:iana-timezones | URI: urn:ietf:params:xml:ns:yang:iana-timezones | |||
| End of changes. 18 change blocks. | ||||
| 1712 lines changed or deleted | 1720 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||