Network Working Group J. Lange Internet-Draft GEDigital EnergyMDS LLC Intended status: Standards TrackJuly 09, 2012 Expires: January 10,November 12, 2013 Expires: May 16, 2014 IANA Timezone Database YANG Moduledraft-ietf-netmod-iana-timezones-00draft-ietf-netmod-iana-timezones-01 Abstract This document defines theinitial version of theiana-timezones YANGmodule.module for timezone configuration. Status ofthisThis Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire onJanuary 10, 2013.May 16, 2014. Copyright Notice Copyright (c)20122013 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . .. 32 2. IANA Maintained Timezones YANG Module . . . . . . . . . . . .32 3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 38 4. Security Considerations . . . . . . . . . . . . . . . . . . . 39 5. Change Log . . . . . . . . . . . . . . . . . . . . . . . . . 39 5.1. 00-01 . . . . . . . . . . . . . . . . . . . . . . . . . . 39 6. Normative References . . . . . . . . . . . . . . . . . . . ..39 Author's Address . . . . . . . . . . . . . . . . . . . . . . . .. 4039 1. Introduction This document defines theinitial version of theiana-timezones YANG module for timezone configuration. The iana-timezones module reflects IANA's existing "timezone database". The latest revision of the module can be obtained from the IANA website.site (http://www.iana.org/time-zones). Whenever a new timezone name is added to the IANA "timezone database", the iana-timezones module is updated by IANA. 2. IANA Maintained Timezones YANG Module <CODE BEGINS> file"iana-timezones@2012-07-09.yang""iana-timezones@2013-11-12.yang" module iana-timezones { namespace "urn:ietf:params:xml:ns:yang:iana-timezones"; prefix ianatz; organization "IANA"; contact " Internet Assigned Numbers Authority Postal: ICANN 4676 Admiralty Way, Suite 330 Marina del Rey, CA 90292 Tel: +1 310 823 9358 E-Mail: iana&iana.org"; description "This YANG module defines the iana-timezone typedef, which contains YANG definitions for IANA-registered timezones. This YANG module is maintained by IANA, and reflects the IANA Time Zone Database. (http://www.iana.org/time-zones) The latest revision of this YANG module can be obtained from the IANA web site. Copyright (c) 2011 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this YANG module is part of RFC XXXX; see the RFC itself for full legal notices."; revision 2013-11-12 { description "Updated to use IANA Time Zone Data v. 2013h (Released 2013-10-25)"; reference "RFC XXXX: TITLE"; } revision 2012-07-09 { description "Initial revision. Using IANA Time Zone Data v. 2012c (Released 2012-03-27)"; reference "RFC XXXX: TITLE"; } typedef iana-timezone { description "A timezone location as defined by the IANA timezone database (http://www.iana.org/time-zones)"; type enumeration { enum "Europe/Andorra" { value 0; } enum "Asia/Dubai" { value 1; } enum "Asia/Kabul" { value 2; } enum "America/Antigua" { value 3; } enum "America/Anguilla" { value 4; } enum "Europe/Tirane" { value 5; } enum "Asia/Yerevan" { value 6; } enum "Africa/Luanda" { value 7; } enum "Antarctica/McMurdo" { value 8; description"McMurdo Station, Ross Island"; } enum "Antarctica/South_Pole" { value 9; description "Amundsen-Scott Station,"McMurdo, SouthPole";Pole, Scott (New Zealand time)"; } enum "Antarctica/Rothera" { value10;9; description "Rothera Station, Adelaide Island"; } enum "Antarctica/Palmer" { value11;10; description "Palmer Station, Anvers Island"; } enum "Antarctica/Mawson" { value12;11; description "Mawson Station, Holme Bay"; } enum "Antarctica/Davis" { value13;12; description "Davis Station, Vestfold Hills"; } enum "Antarctica/Casey" { value14;13; description "Casey Station, Bailey Peninsula"; } enum "Antarctica/Vostok" { value15;14; description "Vostok Station, Lake Vostok"; } enum "Antarctica/DumontDUrville" { value16;15; description "Dumont-d'Urville Station, Terre Adelie"; } enum "Antarctica/Syowa" { value17;16; description "Syowa Station, E Ongul I"; } enum"Antarctica/Macquarie" { value 18; description "Macquarie Island Station, Macquarie Island"; } enum"America/Argentina/Buenos_Aires" { value19;17; description "Buenos Aires (BA, CF)"; } enum "America/Argentina/Cordoba" { value20;18; description "most locations (CB, CC, CN, ER, FM, MN, SE, SF)"; } enum "America/Argentina/Salta" { value21;19; description "(SA, LP, NQ, RN)"; } enum "America/Argentina/Jujuy" { value22;20; description "Jujuy (JY)"; } enum "America/Argentina/Tucuman" { value23;21; description "Tucuman (TM)"; } enum "America/Argentina/Catamarca" { value24;22; description "Catamarca (CT), Chubut (CH)"; } enum "America/Argentina/La_Rioja" { value25;23; description "La Rioja (LR)"; } enum "America/Argentina/San_Juan" { value26;24; description "San Juan (SJ)"; } enum "America/Argentina/Mendoza" { value27;25; description "Mendoza (MZ)"; } enum "America/Argentina/San_Luis" { value28;26; description "San Luis (SL)"; } enum "America/Argentina/Rio_Gallegos" { value29;27; description "Santa Cruz (SC)"; } enum "America/Argentina/Ushuaia" { value30;28; description "Tierra del Fuego (TF)"; } enum "Pacific/Pago_Pago" { value31;29; } enum "Europe/Vienna" { value32;30; } enum "Australia/Lord_Howe" { value33;31; description "Lord Howe Island"; } enum "Antarctica/Macquarie" { value 32; description "Macquarie Island"; } enum "Australia/Hobart" { value34;33; description "Tasmania - most locations"; } enum "Australia/Currie" { value35;34; description "Tasmania - King Island"; } enum "Australia/Melbourne" { value36;35; description "Victoria"; } enum "Australia/Sydney" { value37;36; description "New South Wales - most locations"; } enum "Australia/Broken_Hill" { value38;37; description "New South Wales - Yancowinna"; } enum "Australia/Brisbane" { value39;38; description "Queensland - most locations"; } enum "Australia/Lindeman" { value40;39; description "Queensland - Holiday Islands"; } enum "Australia/Adelaide" { value41;40; description "South Australia"; } enum "Australia/Darwin" { value42;41; description "Northern Territory"; } enum "Australia/Perth" { value43;42; description "Western Australia - most locations"; } enum "Australia/Eucla" { value44;43; description "Western Australia - Eucla area"; } enum "America/Aruba" { value45;44; } enum "Europe/Mariehamn" { value46;45; } enum "Asia/Baku" { value47;46; } enum "Europe/Sarajevo" { value48;47; } enum "America/Barbados" { value49;48; } enum "Asia/Dhaka" { value50;49; } enum "Europe/Brussels" { value51;50; } enum "Africa/Ouagadougou" { value52;51; } enum "Europe/Sofia" { value53;52; } enum "Asia/Bahrain" { value54;53; } enum "Africa/Bujumbura" { value55;54; } enum "Africa/Porto-Novo" { value56;55; } enum "America/St_Barthelemy" { value57;56; } enum "Atlantic/Bermuda" { value58;57; } enum "Asia/Brunei" { value59;58; } enum "America/La_Paz" { value60;59; } enum "America/Kralendijk" { value61;60; } enum "America/Noronha" { value62;61; description "Atlantic islands"; } enum "America/Belem" { value63;62; description "Amapa, E Para"; } enum "America/Fortaleza" { value64;63; description "NE Brazil (MA, PI, CE, RN, PB)"; } enum "America/Recife" { value65;64; description "Pernambuco"; } enum "America/Araguaina" { value66;65; description "Tocantins"; } enum "America/Maceio" { value67;66; description "Alagoas, Sergipe"; } enum "America/Bahia" { value68;67; description "Bahia"; } enum "America/Sao_Paulo" { value69;68; description "S & SE Brazil (GO, DF, MG, ES, RJ, SP, PR, SC, RS)"; } enum "America/Campo_Grande" { value70;69; description "Mato Grosso do Sul"; } enum "America/Cuiaba" { value71;70; description "Mato Grosso"; } enum "America/Santarem" { value72;71; description "W Para"; } enum "America/Porto_Velho" { value73;72; description "Rondonia"; } enum "America/Boa_Vista" { value74;73; description "Roraima"; } enum "America/Manaus" { value75;74; description "E Amazonas"; } enum "America/Eirunepe" { value76;75; description "W Amazonas"; } enum "America/Rio_Branco" { value77;76; description "Acre"; } enum "America/Nassau" { value78;77; } enum "Asia/Thimphu" { value79;78; } enum "Africa/Gaborone" { value80;79; } enum "Europe/Minsk" { value81;80; } enum "America/Belize" { value82;81; } enum "America/St_Johns" { value83;82; description "Newfoundland Time, including SE Labrador"; } enum "America/Halifax" { value84;83; description "Atlantic Time - Nova Scotia (most places), PEI"; } enum "America/Glace_Bay" { value85;84; description "Atlantic Time - Nova Scotia - places that did not observe DST 1966-1971"; } enum "America/Moncton" { value86;85; description "Atlantic Time - New Brunswick"; } enum "America/Goose_Bay" { value87;86; description "Atlantic Time - Labrador - most locations"; } enum "America/Blanc-Sablon" { value88;87; description "Atlantic Standard Time - Quebec - Lower North Shore"; } enum"America/Montreal" { value 89; description "Eastern Time - Quebec - most locations"; } enum"America/Toronto" { value90;88; description "Eastern Time - Ontario & Quebec - most locations"; } enum "America/Nipigon" { value91;89; description "Eastern Time - Ontario & Quebec - places that did not observe DST 1967-1973"; } enum "America/Thunder_Bay" { value92;90; description "Eastern Time - Thunder Bay, Ontario"; } enum "America/Iqaluit" { value93;91; description "Eastern Time - east Nunavut - most locations"; } enum "America/Pangnirtung" { value94;92; description "Eastern Time - Pangnirtung, Nunavut"; } enum "America/Resolute" { value95;93; description "Central Standard Time - Resolute, Nunavut"; } enum "America/Atikokan" { value96;94; description "Eastern Standard Time - Atikokan, Ontario and Southampton I, Nunavut"; } enum "America/Rankin_Inlet" { value97;95; description "Central Time - central Nunavut"; } enum "America/Winnipeg" { value98;96; description "Central Time - Manitoba & west Ontario"; } enum "America/Rainy_River" { value99;97; description "Central Time - Rainy River & Fort Frances, Ontario"; } enum "America/Regina" { value100;98; description "Central Standard Time - Saskatchewan - most locations"; } enum "America/Swift_Current" { value101;99; description "Central Standard Time - Saskatchewan - midwest"; } enum "America/Edmonton" { value102;100; description "Mountain Time - Alberta, east British Columbia & west Saskatchewan"; } enum "America/Cambridge_Bay" { value103;101; description "Mountain Time - west Nunavut"; } enum "America/Yellowknife" { value104;102; description "Mountain Time - central Northwest Territories"; } enum "America/Inuvik" { value105;103; description "Mountain Time - west Northwest Territories"; } enum "America/Creston" { value106;104; description "Mountain Standard Time - Creston, British Columbia"; } enum "America/Dawson_Creek" { value107;105; description "Mountain Standard Time - Dawson Creek & Fort Saint John, British Columbia"; } enum "America/Vancouver" { value108;106; description "Pacific Time - west British Columbia"; } enum "America/Whitehorse" { value109;107; description "Pacific Time - south Yukon"; } enum "America/Dawson" { value110;108; description "Pacific Time - north Yukon"; } enum "Indian/Cocos" { value111;109; } enum "Africa/Kinshasa" { value112;110; description "west Dem. Rep. of Congo"; } enum "Africa/Lubumbashi" { value113;111; description "east Dem. Rep. of Congo"; } enum "Africa/Bangui" { value114;112; } enum "Africa/Brazzaville" { value115;113; } enum "Europe/Zurich" { value116;114; } enum "Africa/Abidjan" { value117;115; } enum "Pacific/Rarotonga" { value118;116; } enum "America/Santiago" { value119;117; description "most locations"; } enum "Pacific/Easter" { value120;118; description "Easter Island & Sala y Gomez"; } enum "Africa/Douala" { value121;119; } enum "Asia/Shanghai" { value122;120; description "east China - Beijing, Guangdong, Shanghai, etc."; } enum "Asia/Harbin" { value123;121; description "Heilongjiang (except Mohe), Jilin"; } enum "Asia/Chongqing" { value124;122; description "central China - Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, etc."; } enum "Asia/Urumqi" { value125;123; description "most of Tibet & Xinjiang"; } enum "Asia/Kashgar" { value126;124; description "west Tibet & Xinjiang"; } enum "America/Bogota" { value127;125; } enum "America/Costa_Rica" { value128;126; } enum "America/Havana" { value129;127; } enum "Atlantic/Cape_Verde" { value130;128; } enum "America/Curacao" { value131;129; } enum "Indian/Christmas" { value132;130; } enum "Asia/Nicosia" { value133;131; } enum "Europe/Prague" { value134;132; } enum "Europe/Berlin" { value135;133; description "most locations"; } enum "Europe/Busingen" { value 134; description "Busingen"; } enum "Africa/Djibouti" { value136;135; } enum "Europe/Copenhagen" { value137;136; } enum "America/Dominica" { value138;137; } enum "America/Santo_Domingo" { value139;138; } enum "Africa/Algiers" { value140;139; } enum "America/Guayaquil" { value141;140; description "mainland"; } enum "Pacific/Galapagos" { value142;141; description "Galapagos Islands"; } enum "Europe/Tallinn" { value143;142; } enum "Africa/Cairo" { value144;143; } enum "Africa/El_Aaiun" { value145;144; } enum "Africa/Asmara" { value146;145; } enum "Europe/Madrid" { value147;146; description "mainland"; } enum "Africa/Ceuta" { value148;147; description "Ceuta & Melilla"; } enum "Atlantic/Canary" { value149;148; description "Canary Islands"; } enum "Africa/Addis_Ababa" { value150;149; } enum "Europe/Helsinki" { value151;150; } enum "Pacific/Fiji" { value152;151; } enum "Atlantic/Stanley" { value153;152; } enum "Pacific/Chuuk" { value154;153; description "Chuuk (Truk) and Yap"; } enum "Pacific/Pohnpei" { value155;154; description "Pohnpei (Ponape)"; } enum "Pacific/Kosrae" { value156;155; description "Kosrae"; } enum "Atlantic/Faroe" { value157;156; } enum "Europe/Paris" { value158;157; } enum "Africa/Libreville" { value159;158; } enum "Europe/London" { value160;159; } enum "America/Grenada" { value161;160; } enum "Asia/Tbilisi" { value162;161; } enum "America/Cayenne" { value163;162; } enum "Europe/Guernsey" { value164;163; } enum "Africa/Accra" { value165;164; } enum "Europe/Gibraltar" { value166;165; } enum "America/Godthab" { value167;166; description "most locations"; } enum "America/Danmarkshavn" { value168;167; description "east coast, north of Scoresbysund"; } enum "America/Scoresbysund" { value169;168; description "Scoresbysund / Ittoqqortoormiit"; } enum "America/Thule" { value170;169; description "Thule / Pituffik"; } enum "Africa/Banjul" { value171;170; } enum "Africa/Conakry" { value172;171; } enum "America/Guadeloupe" { value173;172; } enum "Africa/Malabo" { value174;173; } enum "Europe/Athens" { value175;174; } enum "Atlantic/South_Georgia" { value176;175; } enum "America/Guatemala" { value177;176; } enum "Pacific/Guam" { value178;177; } enum "Africa/Bissau" { value179;178; } enum "America/Guyana" { value180;179; } enum "Asia/Hong_Kong" { value181;180; } enum "America/Tegucigalpa" { value182;181; } enum "Europe/Zagreb" { value183;182; } enum "America/Port-au-Prince" { value184;183; } enum "Europe/Budapest" { value185;184; } enum "Asia/Jakarta" { value186;185; description "Java & Sumatra"; } enum "Asia/Pontianak" { value187;186; description "west & central Borneo"; } enum "Asia/Makassar" { value188;187; description "east & south Borneo, Sulawesi (Celebes), Bali, Nusa Tengarra, west Timor"; } enum "Asia/Jayapura" { value189;188; description "west New Guinea (Irian Jaya) & Malukus (Moluccas)"; } enum "Europe/Dublin" { value190;189; } enum "Asia/Jerusalem" { value191;190; } enum "Europe/Isle_of_Man" { value192;191; } enum "Asia/Kolkata" { value193;192; } enum "Indian/Chagos" { value194;193; } enum "Asia/Baghdad" { value195;194; } enum "Asia/Tehran" { value196;195; } enum "Atlantic/Reykjavik" { value197;196; } enum "Europe/Rome" { value198;197; } enum "Europe/Jersey" { value199;198; } enum "America/Jamaica" { value200;199; } enum "Asia/Amman" { value201;200; } enum "Asia/Tokyo" { value202;201; } enum "Africa/Nairobi" { value203;202; } enum "Asia/Bishkek" { value204;203; } enum "Asia/Phnom_Penh" { value205;204; } enum "Pacific/Tarawa" { value206;205; description "Gilbert Islands"; } enum "Pacific/Enderbury" { value207;206; description "Phoenix Islands"; } enum "Pacific/Kiritimati" { value208;207; description "Line Islands"; } enum "Indian/Comoro" { value209;208; } enum "America/St_Kitts" { value210;209; } enum "Asia/Pyongyang" { value211;210; } enum "Asia/Seoul" { value212;211; } enum "Asia/Kuwait" { value213;212; } enum "America/Cayman" { value214;213; } enum "Asia/Almaty" { value215;214; description "most locations"; } enum "Asia/Qyzylorda" { value216;215; description "Qyzylorda (Kyzylorda, Kzyl-Orda)"; } enum "Asia/Aqtobe" { value217;216; description "Aqtobe (Aktobe)"; } enum "Asia/Aqtau" { value218;217; description "Atyrau (Atirau, Gur'yev), Mangghystau (Mankistau)"; } enum "Asia/Oral" { value219;218; description "West Kazakhstan"; } enum "Asia/Vientiane" { value220;219; } enum "Asia/Beirut" { value221;220; } enum "America/St_Lucia" { value222;221; } enum "Europe/Vaduz" { value223;222; } enum "Asia/Colombo" { value224;223; } enum "Africa/Monrovia" { value225;224; } enum "Africa/Maseru" { value226;225; } enum "Europe/Vilnius" { value227;226; } enum "Europe/Luxembourg" { value228;227; } enum "Europe/Riga" { value229;228; } enum "Africa/Tripoli" { value230;229; } enum "Africa/Casablanca" { value231;230; } enum "Europe/Monaco" { value232;231; } enum "Europe/Chisinau" { value233;232; } enum "Europe/Podgorica" { value234;233; } enum "America/Marigot" { value235;234; } enum "Indian/Antananarivo" { value236;235; } enum "Pacific/Majuro" { value237;236; description "most locations"; } enum "Pacific/Kwajalein" { value238;237; description "Kwajalein"; } enum "Europe/Skopje" { value239;238; } enum "Africa/Bamako" { value240;239; } enum "Asia/Rangoon" { value241;240; } enum "Asia/Ulaanbaatar" { value242;241; description "most locations"; } enum "Asia/Hovd" { value243;242; description "Bayan-Olgiy, Govi-Altai, Hovd, Uvs, Zavkhan"; } enum "Asia/Choibalsan" { value244;243; description "Dornod, Sukhbaatar"; } enum "Asia/Macau" { value245;244; } enum "Pacific/Saipan" { value246;245; } enum "America/Martinique" { value247;246; } enum "Africa/Nouakchott" { value248;247; } enum "America/Montserrat" { value249;248; } enum "Europe/Malta" { value250;249; } enum "Indian/Mauritius" { value251;250; } enum "Indian/Maldives" { value252;251; } enum "Africa/Blantyre" { value253;252; } enum "America/Mexico_City" { value254;253; description "Central Time - most locations"; } enum "America/Cancun" { value255;254; description "Central Time - Quintana Roo"; } enum "America/Merida" { value256;255; description "Central Time - Campeche, Yucatan"; } enum "America/Monterrey" { value257;256; description "Mexican Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas away from US border"; } enum "America/Matamoros" { value258;257; description "US Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas near US border"; } enum "America/Mazatlan" { value259;258; description "Mountain Time - S Baja, Nayarit, Sinaloa"; } enum "America/Chihuahua" { value260;259; description "Mexican Mountain Time - Chihuahua away from US border"; } enum "America/Ojinaga" { value261;260; description "US Mountain Time - Chihuahua near US border"; } enum "America/Hermosillo" { value262;261; description "Mountain Standard Time - Sonora"; } enum "America/Tijuana" { value263;262; description "US Pacific Time - Baja California near US border"; } enum "America/Santa_Isabel" { value264;263; description "Mexican Pacific Time - Baja California away from US border"; } enum "America/Bahia_Banderas" { value265;264; description "Mexican Central Time - Bahia de Banderas"; } enum "Asia/Kuala_Lumpur" { value266;265; description "peninsular Malaysia"; } enum "Asia/Kuching" { value267;266; description "Sabah & Sarawak"; } enum "Africa/Maputo" { value268;267; } enum "Africa/Windhoek" { value269;268; } enum "Pacific/Noumea" { value270;269; } enum "Africa/Niamey" { value271;270; } enum "Pacific/Norfolk" { value272;271; } enum "Africa/Lagos" { value273;272; } enum "America/Managua" { value274;273; } enum "Europe/Amsterdam" { value275;274; } enum "Europe/Oslo" { value276;275; } enum "Asia/Kathmandu" { value277;276; } enum "Pacific/Nauru" { value278;277; } enum "Pacific/Niue" { value279;278; } enum "Pacific/Auckland" { value280;279; description "most locations"; } enum "Pacific/Chatham" { value281;280; description "Chatham Islands"; } enum "Asia/Muscat" { value282;281; } enum "America/Panama" { value283;282; } enum "America/Lima" { value284;283; } enum "Pacific/Tahiti" { value285;284; description "Society Islands"; } enum "Pacific/Marquesas" { value286;285; description "Marquesas Islands"; } enum "Pacific/Gambier" { value287;286; description "Gambier Islands"; } enum "Pacific/Port_Moresby" { value288;287; } enum "Asia/Manila" { value289;288; } enum "Asia/Karachi" { value290;289; } enum "Europe/Warsaw" { value291;290; } enum "America/Miquelon" { value292;291; } enum "Pacific/Pitcairn" { value293;292; } enum "America/Puerto_Rico" { value294;293; } enum "Asia/Gaza" { value295;294; description "Gaza Strip"; } enum "Asia/Hebron" { value296;295; description "West Bank"; } enum "Europe/Lisbon" { value297;296; description "mainland"; } enum "Atlantic/Madeira" { value298;297; description "Madeira Islands"; } enum "Atlantic/Azores" { value299;298; description "Azores"; } enum "Pacific/Palau" { value300;299; } enum "America/Asuncion" { value301;300; } enum "Asia/Qatar" { value302;301; } enum "Indian/Reunion" { value303;302; } enum "Europe/Bucharest" { value304;303; } enum "Europe/Belgrade" { value305;304; } enum "Europe/Kaliningrad" { value306;305; description "Moscow-01 - Kaliningrad"; } enum "Europe/Moscow" { value307;306; description "Moscow+00 - west Russia"; } enum "Europe/Volgograd" { value308;307; description "Moscow+00 - Caspian Sea"; } enum "Europe/Samara" { value309;308; description "Moscow+00 - Samara, Udmurtia"; } enum "Asia/Yekaterinburg" { value310;309; description "Moscow+02 - Urals"; } enum "Asia/Omsk" { value311;310; description "Moscow+03 - west Siberia"; } enum "Asia/Novosibirsk" { value312;311; description "Moscow+03 - Novosibirsk"; } enum "Asia/Novokuznetsk" { value313;312; description "Moscow+03 - Novokuznetsk"; } enum "Asia/Krasnoyarsk" { value314;313; description "Moscow+04 - Yenisei River"; } enum "Asia/Irkutsk" { value315;314; description "Moscow+05 - Lake Baikal"; } enum "Asia/Yakutsk" { value316;315; description "Moscow+06 - Lena River"; } enum "Asia/Khandyga" { value 316; description "Moscow+06 - Tomponsky, Ust-Maysky"; } enum "Asia/Vladivostok" { value 317; description "Moscow+07 - Amur River"; } enum "Asia/Sakhalin" { value 318; description "Moscow+07 - Sakhalin Island"; } enum"Asia/Magadan""Asia/Ust-Nera" { value 319; description "Moscow+07 - Oymyakonsky"; } enum "Asia/Magadan" { value 320; description "Moscow+08 - Magadan"; } enum "Asia/Kamchatka" { value320;321; description "Moscow+08 - Kamchatka"; } enum "Asia/Anadyr" { value321;322; description "Moscow+08 - Bering Sea"; } enum "Africa/Kigali" { value322;323; } enum "Asia/Riyadh" { value323;324; } enum "Pacific/Guadalcanal" { value324;325; } enum "Indian/Mahe" { value325;326; } enum "Africa/Khartoum" { value326;327; } enum "Europe/Stockholm" { value327;328; } enum "Asia/Singapore" { value328;329; } enum "Atlantic/St_Helena" { value329;330; } enum "Europe/Ljubljana" { value330;331; } enum "Arctic/Longyearbyen" { value331;332; } enum "Europe/Bratislava" { value332;333; } enum "Africa/Freetown" { value333;334; } enum "Europe/San_Marino" { value334;335; } enum "Africa/Dakar" { value335;336; } enum "Africa/Mogadishu" { value336;337; } enum "America/Paramaribo" { value337;338; } enum "Africa/Juba" { value338;339; } enum "Africa/Sao_Tome" { value339;340; } enum "America/El_Salvador" { value340;341; } enum "America/Lower_Princes" { value341;342; } enum "Asia/Damascus" { value342;343; } enum "Africa/Mbabane" { value343;344; } enum "America/Grand_Turk" { value344;345; } enum "Africa/Ndjamena" { value345;346; } enum "Indian/Kerguelen" { value346;347; } enum "Africa/Lome" { value347;348; } enum "Asia/Bangkok" { value348;349; } enum "Asia/Dushanbe" { value349;350; } enum "Pacific/Fakaofo" { value350;351; } enum "Asia/Dili" { value351;352; } enum "Asia/Ashgabat" { value352;353; } enum "Africa/Tunis" { value353;354; } enum "Pacific/Tongatapu" { value354;355; } enum "Europe/Istanbul" { value355;356; } enum "America/Port_of_Spain" { value356;357; } enum "Pacific/Funafuti" { value357;358; } enum "Asia/Taipei" { value358;359; } enum "Africa/Dar_es_Salaam" { value359;360; } enum "Europe/Kiev" { value360;361; description "most locations"; } enum "Europe/Uzhgorod" { value361;362; description "Ruthenia"; } enum "Europe/Zaporozhye" { value362;363; description "Zaporozh'ye, E Lugansk / Zaporizhia, E Luhansk"; } enum "Europe/Simferopol" { value363;364; description "central Crimea"; } enum "Africa/Kampala" { value364;365; } enum "Pacific/Johnston" { value365;366; description "Johnston Atoll"; } enum "Pacific/Midway" { value366;367; description "Midway Islands"; } enum "Pacific/Wake" { value367;368; description "Wake Island"; } enum "America/New_York" { value368;369; description "Eastern Time"; } enum "America/Detroit" { value369;370; description "Eastern Time - Michigan - most locations"; } enum "America/Kentucky/Louisville" { value370;371; description "Eastern Time - Kentucky - Louisville area"; } enum "America/Kentucky/Monticello" { value371;372; description "Eastern Time - Kentucky - Wayne County"; } enum "America/Indiana/Indianapolis" { value372;373; description "Eastern Time - Indiana - most locations"; } enum "America/Indiana/Vincennes" { value373;374; description "Eastern Time - Indiana - Daviess, Dubois, Knox & Martin Counties"; } enum "America/Indiana/Winamac" { value374;375; description "Eastern Time - Indiana - Pulaski County"; } enum "America/Indiana/Marengo" { value375;376; description "Eastern Time - Indiana - Crawford County"; } enum "America/Indiana/Petersburg" { value376;377; description "Eastern Time - Indiana - Pike County"; } enum "America/Indiana/Vevay" { value377;378; description "Eastern Time - Indiana - Switzerland County"; } enum "America/Chicago" { value378;379; description "Central Time"; } enum "America/Indiana/Tell_City" { value379;380; description "Central Time - Indiana - Perry County"; } enum "America/Indiana/Knox" { value380;381; description "Central Time - Indiana - Starke County"; } enum "America/Menominee" { value381;382; description "Central Time - Michigan - Dickinson, Gogebic, Iron & Menominee Counties"; } enum "America/North_Dakota/Center" { value382;383; description "Central Time - North Dakota - Oliver County"; } enum "America/North_Dakota/New_Salem" { value383;384; description "Central Time - North Dakota - Morton County (except Mandan area)"; } enum "America/North_Dakota/Beulah" { value384;385; description "Central Time - North Dakota - Mercer County"; } enum "America/Denver" { value385;386; description "Mountain Time"; } enum "America/Boise" { value386;387; description "Mountain Time - south Idaho & east Oregon"; } enum"America/Shiprock" { value 387; description "Mountain Time - Navajo"; } enum"America/Phoenix" { value 388; description "Mountain Standard Time -Arizona";Arizona (except Navajo)"; } enum "America/Los_Angeles" { value 389; description "Pacific Time"; } enum "America/Anchorage" { value 390; description "Alaska Time"; } enum "America/Juneau" { value 391; description "Alaska Time - Alaska panhandle"; } enum "America/Sitka" { value 392; description "Alaska Time - southeast Alaska panhandle"; } enum "America/Yakutat" { value 393; description "Alaska Time - Alaska panhandle neck"; } enum "America/Nome" { value 394; description "Alaska Time - west Alaska"; } enum "America/Adak" { value 395; description "Aleutian Islands"; } enum "America/Metlakatla" { value 396; description "Metlakatla Time - Annette Island"; } enum "Pacific/Honolulu" { value 397; description "Hawaii"; } enum "America/Montevideo" { value 398; } enum "Asia/Samarkand" { value 399; description "west Uzbekistan"; } enum "Asia/Tashkent" { value 400; description "east Uzbekistan"; } enum "Europe/Vatican" { value 401; } enum "America/St_Vincent" { value 402; } enum "America/Caracas" { value 403; } enum "America/Tortola" { value 404; } enum "America/St_Thomas" { value 405; } enum "Asia/Ho_Chi_Minh" { value 406; } enum "Pacific/Efate" { value 407; } enum "Pacific/Wallis" { value 408; } enum "Pacific/Apia" { value 409; } enum "Asia/Aden" { value 410; } enum "Indian/Mayotte" { value 411; } enum "Africa/Johannesburg" { value 412; } enum "Africa/Lusaka" { value 413; } enum "Africa/Harare" { value 414; } } } } <CODE ENDS> 3. IANA Considerations This document defines the initial version of the IANA-maintained iana-timezones YANG module. The iana-timezones module is intended to reflect the IANA "timezone database". When a timezone location is added to the database, the "iana-timezone" enumeration MUST be updated as defined in RFC 6020 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" statement must be added. This document registers one URI in the IETF XML registry [RFC3688]. Following the format in RFC 3688, the following registration is requested to be made. URI: urn:ietf:params:xml:ns:yang:iana-timezones Registrant Contact: IANA. XML: N/A, the requested URI is an XML namespace. This document registers one YANG module in the YANG Module Names registry [RFC6020]. name: iana-timezones namespace: urn:ietf:params:xml:ns:yang:iana-timezones prefix: ianatz reference: RFC XXXX 4. Security Considerations Since this document does not introduce any technology or protocol, there are no security issues to be considered for this document itself. 5. Change Log -- RFC Ed.: remove this section before publication. 5.1. 00-01 o Updated timezone enumeration to match IANA timezone data v2013h 6. Normative References [RFC3688] Mealling, M., "The IETF XML Registry", BCP 81, RFC 3688, January 2004.[RFC6020] Bjorklund, M., "YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)", RFC 6020, October 2010.Author's Address Jeffrey Lange GEDigital EnergyMDS LLC Email: jeffrey.k.lange@ge.com