| OLD | NEW |
| 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>/windowsZones.xml | 6 // * Source File: <path>/windowsZones.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 windowsZones:table(nofallback){ | 9 windowsZones:table(nofallback){ |
| 10 mapTimezones{ | 10 mapTimezones{ |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 BA{"Europe/Sarajevo"} | 138 BA{"Europe/Sarajevo"} |
| 139 HR{"Europe/Zagreb"} | 139 HR{"Europe/Zagreb"} |
| 140 MK{"Europe/Skopje"} | 140 MK{"Europe/Skopje"} |
| 141 PL{"Europe/Warsaw"} | 141 PL{"Europe/Warsaw"} |
| 142 } | 142 } |
| 143 "Central Pacific Standard Time"{ | 143 "Central Pacific Standard Time"{ |
| 144 001{"Pacific/Guadalcanal"} | 144 001{"Pacific/Guadalcanal"} |
| 145 AU{"Antarctica/Macquarie"} | 145 AU{"Antarctica/Macquarie"} |
| 146 FM{"Pacific/Ponape Pacific/Kosrae"} | 146 FM{"Pacific/Ponape Pacific/Kosrae"} |
| 147 NC{"Pacific/Noumea"} | 147 NC{"Pacific/Noumea"} |
| 148 NF{"Pacific/Norfolk"} | |
| 149 PG{"Pacific/Bougainville"} | 148 PG{"Pacific/Bougainville"} |
| 150 SB{"Pacific/Guadalcanal"} | 149 SB{"Pacific/Guadalcanal"} |
| 151 VU{"Pacific/Efate"} | 150 VU{"Pacific/Efate"} |
| 152 ZZ{"Etc/GMT-11"} | 151 ZZ{"Etc/GMT-11"} |
| 153 } | 152 } |
| 154 "Central Standard Time (Mexico)"{ | 153 "Central Standard Time (Mexico)"{ |
| 155 001{"America/Mexico_City"} | 154 001{"America/Mexico_City"} |
| 156 MX{ | 155 MX{ |
| 157 "America/Mexico_City America/Bahia_Banderas America/Merida Ameri
ca/Mo" | 156 "America/Mexico_City America/Bahia_Banderas America/Merida Ameri
ca/Mo" |
| 158 "nterrey" | 157 "nterrey" |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 "Turkey Standard Time"{ | 580 "Turkey Standard Time"{ |
| 582 001{"Europe/Istanbul"} | 581 001{"Europe/Istanbul"} |
| 583 TR{"Europe/Istanbul"} | 582 TR{"Europe/Istanbul"} |
| 584 } | 583 } |
| 585 "US Eastern Standard Time"{ | 584 "US Eastern Standard Time"{ |
| 586 001{"America/Indianapolis"} | 585 001{"America/Indianapolis"} |
| 587 US{"America/Indianapolis America/Indiana/Marengo America/Indiana/Vev
ay"} | 586 US{"America/Indianapolis America/Indiana/Marengo America/Indiana/Vev
ay"} |
| 588 } | 587 } |
| 589 "US Mountain Standard Time"{ | 588 "US Mountain Standard Time"{ |
| 590 001{"America/Phoenix"} | 589 001{"America/Phoenix"} |
| 591 CA{"America/Dawson_Creek America/Creston America/Fort_Nelson"} | 590 CA{"America/Dawson_Creek America/Creston"} |
| 592 MX{"America/Hermosillo"} | 591 MX{"America/Hermosillo"} |
| 593 US{"America/Phoenix"} | 592 US{"America/Phoenix"} |
| 594 ZZ{"Etc/GMT+7"} | 593 ZZ{"Etc/GMT+7"} |
| 595 } | 594 } |
| 596 "UTC"{ | 595 "UTC"{ |
| 597 001{"Etc/GMT"} | 596 001{"Etc/GMT"} |
| 598 GL{"America/Danmarkshavn"} | 597 GL{"America/Danmarkshavn"} |
| 599 ZZ{"Etc/GMT"} | 598 ZZ{"Etc/GMT"} |
| 600 } | 599 } |
| 601 "UTC+12"{ | 600 "UTC+12"{ |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 MP{"Pacific/Saipan"} | 692 MP{"Pacific/Saipan"} |
| 694 PG{"Pacific/Port_Moresby"} | 693 PG{"Pacific/Port_Moresby"} |
| 695 ZZ{"Etc/GMT-10"} | 694 ZZ{"Etc/GMT-10"} |
| 696 } | 695 } |
| 697 "Yakutsk Standard Time"{ | 696 "Yakutsk Standard Time"{ |
| 698 001{"Asia/Yakutsk"} | 697 001{"Asia/Yakutsk"} |
| 699 RU{"Asia/Yakutsk Asia/Khandyga"} | 698 RU{"Asia/Yakutsk Asia/Khandyga"} |
| 700 } | 699 } |
| 701 } | 700 } |
| 702 } | 701 } |
| OLD | NEW |