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-17380 release-45-alpha1 production data #118

Merged
merged 1 commit into from
Feb 14, 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
6 changes: 4 additions & 2 deletions production/common/supplemental/metaZones.xml
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,8 @@ For terms of use, see http://www.unicode.org/copyright.html
</timezone>
<timezone type="Asia/Almaty">
<usesMetazone to="2004-10-30 20:00" mzone="Almaty"/>
<usesMetazone from="2004-10-30 20:00" mzone="Kazakhstan_Eastern"/>
<usesMetazone to="2024-02-29 18:00" from="2004-10-30 20:00" mzone="Kazakhstan_Eastern"/>
<usesMetazone from="2024-02-29 18:00" mzone="Kazakhstan_Western"/>
</timezone>
<timezone type="Asia/Amman">
<usesMetazone to="2022-10-27 22:00" mzone="Europe_Eastern"/>
Expand Down Expand Up @@ -1011,7 +1012,8 @@ For terms of use, see http://www.unicode.org/copyright.html
<usesMetazone from="1972-05-31 20:00" mzone="Arabian"/>
</timezone>
<timezone type="Asia/Qostanay">
<usesMetazone from="2004-10-30 21:00" mzone="Kazakhstan_Eastern"/>
<usesMetazone to="2024-02-29 18:00" from="2004-10-30 21:00" mzone="Kazakhstan_Eastern"/>
<usesMetazone from="2024-02-29 18:00" mzone="Kazakhstan_Western"/>
</timezone>
<timezone type="Asia/Qyzylorda">
<usesMetazone to="1991-12-15 19:00" mzone="Kizilorda"/>
Expand Down
8 changes: 4 additions & 4 deletions production/common/supplemental/windowsZones.xml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,8 @@ For terms of use, see http://www.unicode.org/copyright.html
<!-- (UTC+05:00) Ashgabat, Tashkent -->
<mapZone other="West Asia Standard Time" territory="001" type="Asia/Tashkent"/>
<mapZone other="West Asia Standard Time" territory="AQ" type="Antarctica/Mawson"/>
<mapZone other="West Asia Standard Time" territory="KZ" type="Asia/Oral Asia/Aqtau Asia/Aqtobe Asia/Atyrau"/>
<!-- Microsoft may create a new zone dedicated for Almaty and Qostanay. -->
<mapZone other="West Asia Standard Time" territory="KZ" type="Asia/Oral Asia/Almaty Asia/Aqtau Asia/Aqtobe Asia/Atyrau Asia/Qostanay"/>
<mapZone other="West Asia Standard Time" territory="MV" type="Indian/Maldives"/>
<mapZone other="West Asia Standard Time" territory="TF" type="Indian/Kerguelen"/>
<mapZone other="West Asia Standard Time" territory="TJ" type="Asia/Dushanbe"/>
Expand Down Expand Up @@ -569,13 +570,12 @@ For terms of use, see http://www.unicode.org/copyright.html
<mapZone other="Nepal Standard Time" territory="001" type="Asia/Katmandu"/>
<mapZone other="Nepal Standard Time" territory="NP" type="Asia/Katmandu"/>

<!-- (UTC+06:00) Astana -->
<mapZone other="Central Asia Standard Time" territory="001" type="Asia/Almaty"/>
<!-- (UTC+06:00) Astana --> <!-- Microsoft probably keeps Central Asia Standard Time, but change Astana to something else. -->
<mapZone other="Central Asia Standard Time" territory="001" type="Asia/Bishkek"/>
<mapZone other="Central Asia Standard Time" territory="AQ" type="Antarctica/Vostok"/>
<mapZone other="Central Asia Standard Time" territory="CN" type="Asia/Urumqi"/>
<mapZone other="Central Asia Standard Time" territory="IO" type="Indian/Chagos"/>
<mapZone other="Central Asia Standard Time" territory="KG" type="Asia/Bishkek"/>
<mapZone other="Central Asia Standard Time" territory="KZ" type="Asia/Almaty Asia/Qostanay"/>
<mapZone other="Central Asia Standard Time" territory="ZZ" type="Etc/GMT-6"/>

<!-- (UTC+06:00) Dhaka -->
Expand Down
Loading