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

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

Issue 2183313002: Update IANA timezone db to 2016f from 2016d (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: rebased Created 4 years, 4 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/timezoneTypes.txt ('k') | source/data/misc/zoneinfo64.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 // © 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
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 }
OLDNEW
« no previous file with comments | « source/data/misc/timezoneTypes.txt ('k') | source/data/misc/zoneinfo64.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698