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-17901 Remove deprecated zone IDs from metaZones/windowsZones. #3971

Merged
merged 1 commit into from
Aug 28, 2024
Merged
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
12 changes: 0 additions & 12 deletions common/supplemental/metaZones.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1175,15 +1175,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<timezone type="Australia/Sydney">
<usesMetazone mzone="Australia_Eastern"/>
</timezone>
<timezone type="CST6CDT">
<usesMetazone mzone="America_Central"/>
</timezone>
<timezone type="Etc/GMT">
<usesMetazone mzone="GMT"/>
</timezone>
<timezone type="EST5EDT">
<usesMetazone mzone="America_Eastern"/>
</timezone>
<timezone type="Europe/Amsterdam">
<usesMetazone mzone="Europe_Central"/>
</timezone>
Expand Down Expand Up @@ -1421,9 +1415,6 @@ For terms of use, see http://www.unicode.org/copyright.html
<timezone type="Indian/Reunion">
<usesMetazone mzone="Reunion"/>
</timezone>
<timezone type="MST7MDT">
<usesMetazone mzone="America_Mountain"/>
</timezone>
<timezone type="Pacific/Apia">
<usesMetazone mzone="Apia"/>
</timezone>
Expand Down Expand Up @@ -1545,9 +1536,6 @@ For terms of use, see http://www.unicode.org/copyright.html
<timezone type="Pacific/Wallis">
<usesMetazone mzone="Wallis"/>
</timezone>
<timezone type="PST8PDT">
<usesMetazone mzone="America_Pacific"/>
</timezone>
</metazoneInfo>

<mapTimezones type="metazones" typeVersion="2018e">
Expand Down
4 changes: 0 additions & 4 deletions common/supplemental/windowsZones.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ For terms of use, see http://www.unicode.org/copyright.html
<mapZone other="Pacific Standard Time" territory="001" type="America/Los_Angeles"/>
<mapZone other="Pacific Standard Time" territory="CA" type="America/Vancouver"/>
<mapZone other="Pacific Standard Time" territory="US" type="America/Los_Angeles"/>
<mapZone other="Pacific Standard Time" territory="ZZ" type="PST8PDT"/>

<!-- (UTC-07:00) Arizona -->
<mapZone other="US Mountain Standard Time" territory="001" type="America/Phoenix"/>
Expand All @@ -77,7 +76,6 @@ For terms of use, see http://www.unicode.org/copyright.html
<mapZone other="Mountain Standard Time" territory="CA" type="America/Edmonton America/Cambridge_Bay America/Inuvik"/>
<mapZone other="Mountain Standard Time" territory="MX" type="America/Ciudad_Juarez"/>
<mapZone other="Mountain Standard Time" territory="US" type="America/Denver America/Boise"/>
<mapZone other="Mountain Standard Time" territory="ZZ" type="MST7MDT"/>

<!-- (UTC-07:00) Yukon -->
<mapZone other="Yukon Standard Time" territory="001" type="America/Whitehorse"/>
Expand All @@ -99,7 +97,6 @@ For terms of use, see http://www.unicode.org/copyright.html
<mapZone other="Central Standard Time" territory="CA" type="America/Winnipeg America/Rankin_Inlet America/Resolute"/>
<mapZone other="Central Standard Time" territory="MX" type="America/Matamoros America/Ojinaga"/>
<mapZone other="Central Standard Time" territory="US" type="America/Chicago America/Indiana/Knox America/Indiana/Tell_City America/Menominee America/North_Dakota/Beulah America/North_Dakota/Center America/North_Dakota/New_Salem"/>
<mapZone other="Central Standard Time" territory="ZZ" type="CST6CDT"/>

<!-- (UTC-06:00) Easter Island -->
<mapZone other="Easter Island Standard Time" territory="001" type="Pacific/Easter"/>
Expand Down Expand Up @@ -134,7 +131,6 @@ For terms of use, see http://www.unicode.org/copyright.html
<mapZone other="Eastern Standard Time" territory="BS" type="America/Nassau"/>
<mapZone other="Eastern Standard Time" territory="CA" type="America/Toronto America/Iqaluit"/>
<mapZone other="Eastern Standard Time" territory="US" type="America/New_York America/Detroit America/Indiana/Petersburg America/Indiana/Vincennes America/Indiana/Winamac America/Kentucky/Monticello America/Louisville"/>
<mapZone other="Eastern Standard Time" territory="ZZ" type="EST5EDT"/>

<!-- (UTC-05:00) Haiti -->
<mapZone other="Haiti Standard Time" territory="001" type="America/Port-au-Prince"/>
Expand Down
Loading