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

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

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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/likelySubtags.txt ('k') | source/data/misc/metadata.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) 2015 International Business Machines 3 // * Copyright (C) 2015 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>/metaZones.xml 6 // * Source File: <path>/metaZones.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 metaZones:table(nofallback){ 9 metaZones:table(nofallback){
10 mapTimezones{ 10 mapTimezones{
(...skipping 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 "Acre", 1582 "Acre",
1583 "2013-11-10 04:00", 1583 "2013-11-10 04:00",
1584 "9999-12-31 23:59", 1584 "9999-12-31 23:59",
1585 } 1585 }
1586 } 1586 }
1587 "America:El_Salvador"{ 1587 "America:El_Salvador"{
1588 { 1588 {
1589 "America_Central", 1589 "America_Central",
1590 } 1590 }
1591 } 1591 }
1592 "America:Fort_Nelson"{
1593 {
1594 "America_Pacific",
1595 "1970-01-01 00:00",
1596 "2015-03-08 10:00",
1597 }
1598 {
1599 "America_Mountain",
1600 "2015-03-08 10:00",
1601 "9999-12-31 23:59",
1602 }
1603 }
1604 "America:Fortaleza"{ 1592 "America:Fortaleza"{
1605 { 1593 {
1606 "Brasilia", 1594 "Brasilia",
1607 } 1595 }
1608 } 1596 }
1609 "America:Glace_Bay"{ 1597 "America:Glace_Bay"{
1610 { 1598 {
1611 "Atlantic", 1599 "Atlantic",
1612 } 1600 }
1613 } 1601 }
(...skipping 2629 matching lines...) Expand 10 before | Expand all | Expand 10 after
4243 EC{"America/Guayaquil"} 4231 EC{"America/Guayaquil"}
4244 ES{"Europe/Madrid"} 4232 ES{"Europe/Madrid"}
4245 MH{"Pacific/Majuro"} 4233 MH{"Pacific/Majuro"}
4246 MY{"Asia/Kuala_Lumpur"} 4234 MY{"Asia/Kuala_Lumpur"}
4247 NZ{"Pacific/Auckland"} 4235 NZ{"Pacific/Auckland"}
4248 PT{"Europe/Lisbon"} 4236 PT{"Europe/Lisbon"}
4249 UA{"Europe/Kiev"} 4237 UA{"Europe/Kiev"}
4250 UZ{"Asia/Tashkent"} 4238 UZ{"Asia/Tashkent"}
4251 } 4239 }
4252 } 4240 }
OLDNEW
« no previous file with comments | « source/data/misc/likelySubtags.txt ('k') | source/data/misc/metadata.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698