Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Side by Side Diff: source/data/misc/timezoneTypes.txt

Issue 789103007: Update the timezone data to 2014j for M41 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@m41
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/misc/metaZones.txt ('k') | source/data/misc/windowsZones.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2014 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/bcp47/timezone.xml 6 // * Source File: <path>/common/bcp47/timezone.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 timezoneTypes:table(nofallback){ 9 timezoneTypes:table(nofallback){
10 bcpTypeAlias{
11 tz{
12 aqams{"nzakl"}
13 cnckg{"cnsha"}
14 cnhrb{"cnsha"}
15 cnkhg{"cnurc"}
16 usnavajo{"usden"}
17 }
18 }
10 typeAlias{ 19 typeAlias{
11 timezone{ 20 timezone{
12 "Africa:Asmara"{"Africa/Asmera"} 21 "Africa:Asmara"{"Africa/Asmera"}
13 "Africa:Timbuktu"{"Africa/Bamako"} 22 "Africa:Timbuktu"{"Africa/Bamako"}
14 "America:Argentina:Buenos_Aires"{"America/Buenos_Aires"} 23 "America:Argentina:Buenos_Aires"{"America/Buenos_Aires"}
15 "America:Argentina:Catamarca"{"America/Catamarca"} 24 "America:Argentina:Catamarca"{"America/Catamarca"}
16 "America:Argentina:ComodRivadavia"{"America/Catamarca"} 25 "America:Argentina:ComodRivadavia"{"America/Catamarca"}
17 "America:Argentina:Cordoba"{"America/Cordoba"} 26 "America:Argentina:Cordoba"{"America/Cordoba"}
18 "America:Argentina:Jujuy"{"America/Jujuy"} 27 "America:Argentina:Jujuy"{"America/Jujuy"}
19 "America:Argentina:Mendoza"{"America/Mendoza"} 28 "America:Argentina:Mendoza"{"America/Mendoza"}
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 "Indian:Cocos"{"cccck"} 553 "Indian:Cocos"{"cccck"}
545 "Indian:Comoro"{"kmyva"} 554 "Indian:Comoro"{"kmyva"}
546 "Indian:Kerguelen"{"tfpfr"} 555 "Indian:Kerguelen"{"tfpfr"}
547 "Indian:Mahe"{"scmaw"} 556 "Indian:Mahe"{"scmaw"}
548 "Indian:Maldives"{"mvmle"} 557 "Indian:Maldives"{"mvmle"}
549 "Indian:Mauritius"{"muplu"} 558 "Indian:Mauritius"{"muplu"}
550 "Indian:Mayotte"{"ytmam"} 559 "Indian:Mayotte"{"ytmam"}
551 "Indian:Reunion"{"rereu"} 560 "Indian:Reunion"{"rereu"}
552 "Pacific:Apia"{"wsapw"} 561 "Pacific:Apia"{"wsapw"}
553 "Pacific:Auckland"{"nzakl"} 562 "Pacific:Auckland"{"nzakl"}
563 "Pacific:Bougainville"{"pgraw"}
554 "Pacific:Chatham"{"nzcht"} 564 "Pacific:Chatham"{"nzcht"}
555 "Pacific:Easter"{"clipc"} 565 "Pacific:Easter"{"clipc"}
556 "Pacific:Efate"{"vuvli"} 566 "Pacific:Efate"{"vuvli"}
557 "Pacific:Enderbury"{"kipho"} 567 "Pacific:Enderbury"{"kipho"}
558 "Pacific:Fakaofo"{"tkfko"} 568 "Pacific:Fakaofo"{"tkfko"}
559 "Pacific:Fiji"{"fjsuv"} 569 "Pacific:Fiji"{"fjsuv"}
560 "Pacific:Funafuti"{"tvfun"} 570 "Pacific:Funafuti"{"tvfun"}
561 "Pacific:Galapagos"{"ecgps"} 571 "Pacific:Galapagos"{"ecgps"}
562 "Pacific:Gambier"{"pfgmr"} 572 "Pacific:Gambier"{"pfgmr"}
563 "Pacific:Guadalcanal"{"sbhir"} 573 "Pacific:Guadalcanal"{"sbhir"}
(...skipping 23 matching lines...) Expand all
587 "Pacific:Truk"{"fmtkk"} 597 "Pacific:Truk"{"fmtkk"}
588 "Pacific:Wake"{"umawk"} 598 "Pacific:Wake"{"umawk"}
589 "Pacific:Wallis"{"wfmau"} 599 "Pacific:Wallis"{"wfmau"}
590 CST6CDT{"cst6cdt"} 600 CST6CDT{"cst6cdt"}
591 EST5EDT{"est5edt"} 601 EST5EDT{"est5edt"}
592 MST7MDT{"mst7mdt"} 602 MST7MDT{"mst7mdt"}
593 PST8PDT{"pst8pdt"} 603 PST8PDT{"pst8pdt"}
594 } 604 }
595 } 605 }
596 } 606 }
OLDNEW
« no previous file with comments | « source/data/misc/metaZones.txt ('k') | source/data/misc/windowsZones.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698