Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17111 Adding old style zone IDs (CET/EET/WET) as canonical zones #3737

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion common/bcp47/timezone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="cccck" description="Cocos (Keeling) Islands" alias="Indian/Cocos"/>
<type name="cdfbm" description="Lubumbashi, Democratic Republic of the Congo" alias="Africa/Lubumbashi"/>
<type name="cdfih" description="Kinshasa, Democratic Republic of the Congo" alias="Africa/Kinshasa"/>
<type name="cet" description="POSIX style time zone for Central Europe Time" alias="CET MET"/>
<type name="cfbgf" description="Bangui, Central African Republic" alias="Africa/Bangui"/>
<type name="cgbzv" description="Brazzaville, Republic of the Congo" alias="Africa/Brazzaville"/>
<type name="chzrh" description="Zurich, Switzerland" alias="Europe/Zurich"/>
Expand Down Expand Up @@ -157,6 +158,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="dzalg" description="Algiers, Algeria" alias="Africa/Algiers"/>
<type name="ecgps" description="Galápagos Islands, Ecuador" alias="Pacific/Galapagos"/>
<type name="ecgye" description="Guayaquil, Ecuador" alias="America/Guayaquil"/>
<type name="eet" description="POSIX style time zone for Eastern Europe Time" alias="EET"/>
<type name="eetll" description="Tallinn, Estonia" alias="Europe/Tallinn"/>
<type name="egcai" description="Cairo, Egypt" alias="Africa/Cairo Egypt"/>
<type name="eheai" description="El Aaiún, Western Sahara" alias="Africa/El_Aaiun"/>
Expand Down Expand Up @@ -403,7 +405,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="umawk" description="Wake Island, U.S. Minor Outlying Islands" alias="Pacific/Wake"/>
<type name="umjon" description="Johnston Atoll, U.S. Minor Outlying Islands" deprecated="true" preferred="ushnl"/>
<type name="ummdy" description="Midway Islands, U.S. Minor Outlying Islands" alias="Pacific/Midway"/>
<type name="unk" description="Unknown time zone" alias="Etc/Unknown"/>
<type name="unk" description="Unknown time zone" alias="Etc/Unknown Factory"/>
<type name="usadk" description="Adak (Alaska), United States" alias="America/Adak America/Atka US/Aleutian"/>
<type name="usaeg" description="Marengo (Indiana), United States" alias="America/Indiana/Marengo"/>
<type name="usanc" description="Anchorage, United States" alias="America/Anchorage US/Alaska"/>
Expand Down Expand Up @@ -471,6 +473,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="vistt" description="Saint Thomas, U.S. Virgin Islands" alias="America/St_Thomas America/Virgin"/>
<type name="vnsgn" description="Ho Chi Minh City, Vietnam" alias="Asia/Saigon Asia/Ho_Chi_Minh" iana="Asia/Ho_Chi_Minh"/>
<type name="vuvli" description="Efate, Vanuatu" alias="Pacific/Efate"/>
<type name="wet" description="POSIX style time zone for Western Europe Time" alias="WET"/>
<type name="wfmau" description="Wallis Islands, Wallis and Futuna" alias="Pacific/Wallis"/>
<type name="wsapw" description="Apia, Samoa" alias="Pacific/Apia"/>
<type name="yeade" description="Aden, Yemen" alias="Asia/Aden"/>
Expand Down
9 changes: 9 additions & 0 deletions common/supplemental/metaZones.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1175,9 +1175,15 @@ For terms of use, see http://www.unicode.org/copyright.html
<timezone type="Australia/Sydney">
<usesMetazone mzone="Australia_Eastern"/>
</timezone>
<timezone type="CET">
<usesMetazone mzone="Europe_Central"/>
</timezone>
<timezone type="CST6CDT">
<usesMetazone mzone="America_Central"/>
</timezone>
<timezone type="EET">
<usesMetazone mzone="Europe_Eastern"/>
</timezone>
<timezone type="Etc/GMT">
<usesMetazone mzone="GMT"/>
</timezone>
Expand Down Expand Up @@ -1548,6 +1554,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<timezone type="PST8PDT">
<usesMetazone mzone="America_Pacific"/>
</timezone>
<timezone type="WET">
<usesMetazone mzone="Europe_Western"/>
</timezone>
</metazoneInfo>

<mapTimezones type="metazones" typeVersion="2018e">
Expand Down
Loading