| OLD | NEW |
| 1 // © 2016 and later: Unicode, Inc. and others. | 1 // © 2016 and later: Unicode, Inc. and others. |
| 2 // License & terms of use: http://www.unicode.org/copyright.html#License | 2 // License & terms of use: http://www.unicode.org/copyright.html#License |
| 3 windowsZones:table(nofallback){ | 3 windowsZones:table(nofallback){ |
| 4 mapTimezones{ | 4 mapTimezones{ |
| 5 "AUS Central Standard Time"{ | 5 "AUS Central Standard Time"{ |
| 6 001{"Australia/Darwin"} | 6 001{"Australia/Darwin"} |
| 7 AU{"Australia/Darwin"} | 7 AU{"Australia/Darwin"} |
| 8 } | 8 } |
| 9 "AUS Eastern Standard Time"{ | 9 "AUS Eastern Standard Time"{ |
| 10 001{"Australia/Sydney"} | 10 001{"Australia/Sydney"} |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 } | 149 } |
| 150 "Central European Standard Time"{ | 150 "Central European Standard Time"{ |
| 151 001{"Europe/Warsaw"} | 151 001{"Europe/Warsaw"} |
| 152 BA{"Europe/Sarajevo"} | 152 BA{"Europe/Sarajevo"} |
| 153 HR{"Europe/Zagreb"} | 153 HR{"Europe/Zagreb"} |
| 154 MK{"Europe/Skopje"} | 154 MK{"Europe/Skopje"} |
| 155 PL{"Europe/Warsaw"} | 155 PL{"Europe/Warsaw"} |
| 156 } | 156 } |
| 157 "Central Pacific Standard Time"{ | 157 "Central Pacific Standard Time"{ |
| 158 001{"Pacific/Guadalcanal"} | 158 001{"Pacific/Guadalcanal"} |
| 159 AQ{"Antarctica/Casey"} |
| 159 AU{"Antarctica/Macquarie"} | 160 AU{"Antarctica/Macquarie"} |
| 160 FM{"Pacific/Ponape Pacific/Kosrae"} | 161 FM{"Pacific/Ponape Pacific/Kosrae"} |
| 161 NC{"Pacific/Noumea"} | 162 NC{"Pacific/Noumea"} |
| 162 SB{"Pacific/Guadalcanal"} | 163 SB{"Pacific/Guadalcanal"} |
| 163 VU{"Pacific/Efate"} | 164 VU{"Pacific/Efate"} |
| 164 ZZ{"Etc/GMT-11"} | 165 ZZ{"Etc/GMT-11"} |
| 165 } | 166 } |
| 166 "Central Standard Time (Mexico)"{ | 167 "Central Standard Time (Mexico)"{ |
| 167 001{"America/Mexico_City"} | 168 001{"America/Mexico_City"} |
| 168 MX{ | 169 MX{ |
| (...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 MP{"Pacific/Saipan"} | 783 MP{"Pacific/Saipan"} |
| 783 PG{"Pacific/Port_Moresby"} | 784 PG{"Pacific/Port_Moresby"} |
| 784 ZZ{"Etc/GMT-10"} | 785 ZZ{"Etc/GMT-10"} |
| 785 } | 786 } |
| 786 "Yakutsk Standard Time"{ | 787 "Yakutsk Standard Time"{ |
| 787 001{"Asia/Yakutsk"} | 788 001{"Asia/Yakutsk"} |
| 788 RU{"Asia/Yakutsk Asia/Khandyga"} | 789 RU{"Asia/Yakutsk Asia/Khandyga"} |
| 789 } | 790 } |
| 790 } | 791 } |
| 791 } | 792 } |
| OLD | NEW |