OLD | NEW |
1 // *************************************************************************** | 1 // © 2016 and later: Unicode, Inc. and others. |
2 // * | 2 // License & terms of use: http://www.unicode.org/copyright.html#License |
3 // * Copyright (C) 2016 International Business Machines | |
4 // * Corporation and others. All Rights Reserved. | |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 // * Source File: <path>/windowsZones.xml | |
7 // * | |
8 // *************************************************************************** | |
9 windowsZones:table(nofallback){ | 3 windowsZones:table(nofallback){ |
10 mapTimezones{ | 4 mapTimezones{ |
11 "AUS Central Standard Time"{ | 5 "AUS Central Standard Time"{ |
12 001{"Australia/Darwin"} | 6 001{"Australia/Darwin"} |
13 AU{"Australia/Darwin"} | 7 AU{"Australia/Darwin"} |
14 } | 8 } |
15 "AUS Eastern Standard Time"{ | 9 "AUS Eastern Standard Time"{ |
16 001{"Australia/Sydney"} | 10 001{"Australia/Sydney"} |
17 AU{"Australia/Sydney Australia/Melbourne"} | 11 AU{"Australia/Sydney Australia/Melbourne"} |
18 } | 12 } |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 MP{"Pacific/Saipan"} | 706 MP{"Pacific/Saipan"} |
713 PG{"Pacific/Port_Moresby"} | 707 PG{"Pacific/Port_Moresby"} |
714 ZZ{"Etc/GMT-10"} | 708 ZZ{"Etc/GMT-10"} |
715 } | 709 } |
716 "Yakutsk Standard Time"{ | 710 "Yakutsk Standard Time"{ |
717 001{"Asia/Yakutsk"} | 711 001{"Asia/Yakutsk"} |
718 RU{"Asia/Yakutsk Asia/Khandyga"} | 712 RU{"Asia/Yakutsk Asia/Khandyga"} |
719 } | 713 } |
720 } | 714 } |
721 } | 715 } |
OLD | NEW |