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

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

Issue 1514253003: Converter update for Big5, KOI8-U and timezone update to 2015g (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: readme update Created 5 years 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/mappings/koi8-u-html.ucm ('k') | source/data/misc/timezoneTypes.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 }
1592 "America:Fortaleza"{ 1604 "America:Fortaleza"{
1593 { 1605 {
1594 "Brasilia", 1606 "Brasilia",
1595 } 1607 }
1596 } 1608 }
1597 "America:Glace_Bay"{ 1609 "America:Glace_Bay"{
1598 { 1610 {
1599 "Atlantic", 1611 "Atlantic",
1600 } 1612 }
1601 } 1613 }
(...skipping 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after
3043 } 3055 }
3044 { 3056 {
3045 "Indonesia_Western", 3057 "Indonesia_Western",
3046 "1987-12-31 16:00", 3058 "1987-12-31 16:00",
3047 "9999-12-31 23:59", 3059 "9999-12-31 23:59",
3048 } 3060 }
3049 } 3061 }
3050 "Asia:Pyongyang"{ 3062 "Asia:Pyongyang"{
3051 { 3063 {
3052 "Korea", 3064 "Korea",
3065 "1970-01-01 00:00",
3066 "2015-08-14 15:00",
3053 } 3067 }
3054 } 3068 }
3055 "Asia:Qatar"{ 3069 "Asia:Qatar"{
3056 { 3070 {
3057 "Gulf", 3071 "Gulf",
3058 "1970-01-01 00:00", 3072 "1970-01-01 00:00",
3059 "1972-05-31 20:00", 3073 "1972-05-31 20:00",
3060 } 3074 }
3061 { 3075 {
3062 "Arabian", 3076 "Arabian",
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
4229 EC{"America/Guayaquil"} 4243 EC{"America/Guayaquil"}
4230 ES{"Europe/Madrid"} 4244 ES{"Europe/Madrid"}
4231 MH{"Pacific/Majuro"} 4245 MH{"Pacific/Majuro"}
4232 MY{"Asia/Kuala_Lumpur"} 4246 MY{"Asia/Kuala_Lumpur"}
4233 NZ{"Pacific/Auckland"} 4247 NZ{"Pacific/Auckland"}
4234 PT{"Europe/Lisbon"} 4248 PT{"Europe/Lisbon"}
4235 UA{"Europe/Kiev"} 4249 UA{"Europe/Kiev"}
4236 UZ{"Asia/Tashkent"} 4250 UZ{"Asia/Tashkent"}
4237 } 4251 }
4238 } 4252 }
OLDNEW
« no previous file with comments | « source/data/mappings/koi8-u-html.ucm ('k') | source/data/misc/timezoneTypes.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698