Skip to content

Commit c33a1f0

Browse files
authored
CLDR-18479 Update CLDR data to TZDB 2025b. (#4593)
1 parent 92cc161 commit c33a1f0

File tree

11 files changed

+109
-21
lines changed

11 files changed

+109
-21
lines changed

common/bcp47/timezone.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ For terms of use, see http://www.unicode.org/copyright.html
130130
<type name="chzrh" description="Zurich, Switzerland" alias="Europe/Zurich"/>
131131
<type name="ciabj" description="Abidjan, Côte d'Ivoire" alias="Africa/Abidjan"/>
132132
<type name="ckrar" description="Rarotonga, Cook Islands" alias="Pacific/Rarotonga"/>
133+
<type name="clcxq" description="Aysén Region, Chile" alias="America/Coyhaique" since="48"/>
133134
<type name="clipc" description="Easter Island, Chile" alias="Pacific/Easter Chile/EasterIsland"/>
134135
<type name="clpuq" description="Punta Arenas, Chile" alias="America/Punta_Arenas" since="31"/>
135136
<type name="clscl" description="Santiago, Chile" alias="America/Santiago Chile/Continental"/>

common/supplemental/metaZones.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,9 @@ For terms of use, see http://www.unicode.org/copyright.html
645645
<timezone type="America/Punta_Arenas">
646646
<usesMetazone to="2016-12-03 23:00" mzone="Chile"/>
647647
</timezone>
648+
<timezone type="America/Coyhaique">
649+
<usesMetazone to="2025-03-19 21:00" mzone="Chile"/>
650+
</timezone>
648651
<timezone type="America/Rankin_Inlet">
649652
<usesMetazone to="2000-10-29 07:00" mzone="America_Central"/>
650653
<usesMetazone to="2001-04-01 08:00" from="2000-10-29 07:00" mzone="America_Eastern"/>

common/supplemental/windowsZones.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ For terms of use, see http://www.unicode.org/copyright.html
235235

236236
<!-- (UTC-03:00) Punta Arenas -->
237237
<mapZone other="Magallanes Standard Time" territory="001" type="America/Punta_Arenas"/>
238-
<mapZone other="Magallanes Standard Time" territory="CL" type="America/Punta_Arenas"/>
238+
<mapZone other="Magallanes Standard Time" territory="CL" type="America/Punta_Arenas America/Coyhaique"/>
239239

240240
<!-- (UTC-03:00) Saint Pierre and Miquelon -->
241241
<mapZone other="Saint Pierre Standard Time" territory="001" type="America/Miquelon"/>

tools/cldr-code/src/main/java/org/unicode/cldr/test/SubmissionLocales.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ public final class SubmissionLocales {
130130
+ "|localeDisplayNames/territories/territory\\[@type=\"TR\"\\].*"
131131
// v43: Exemplar city for America/Ciudad_Juarez
132132
+ "|dates/timeZoneNames/zone[@type=\"America/Ciudad_Juarez\"]/exemplarCity"
133+
// v48: Exemplar city for America/Coyhaique
134+
+ "|dates/timeZoneNames/zone\\[@type=\"America/Coyhaique\"]/exemplarCity"
133135
+ ")");
134136

135137
// Pattern.compile("//ldml/units/unitLength\\[@type=\"long\"]");

tools/cldr-code/src/main/java/org/unicode/cldr/util/PathHeader.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,10 @@ public String transform(String source0) {
15311531
|| "ZZ".equals(theTerritory)) {
15321532
if ("Etc/Unknown".equals(source0)) {
15331533
theTerritory = "ZZ";
1534+
// TODO (ICU-23096): remove else-if branch below once ICU's
1535+
// snapshot version is uploaded.
1536+
} else if ("America/Coyhaique".equals(source0)) {
1537+
theTerritory = "CL";
15341538
} else {
15351539
throw new IllegalArgumentException(
15361540
"ICU needs zone update? Source: "

tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/asia

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,16 @@ Zone Asia/Jayapura 9:22:48 - LMT 1932 Nov
15001500
# (UIT No. 143 17.XI.1977) and not 23 September (UIT No. 141 13.IX.1977).
15011501
# UIT is the Operational Bulletin of International Telecommunication Union.
15021502

1503+
# From Roozbeh Pournader (2025-03-18):
1504+
# ... the exact time of Iran's transition from +0400 to +0330 ... was Friday
1505+
# 1357/8/19 AP=1978-11-10. Here's a newspaper clip from the Ettela'at
1506+
# newspaper, dated 1357/8/14 AP=1978-11-05, translated from Persian
1507+
# (at https://w.wiki/DUEY):
1508+
# Following the government's decision about returning the official time
1509+
# to the previous status, the spokesperson for the Ministry of Energy
1510+
# announced today: At the hour 24 of Friday 19th of Aban (=1978-11-10),
1511+
# the country's time will be pulled back half an hour.
1512+
#
15031513
# From Roozbeh Pournader (2003-03-15):
15041514
# This is an English translation of what I just found (originally in Persian).
15051515
# The Gregorian dates in brackets are mine:
@@ -1627,7 +1637,7 @@ Rule Iran 2021 2022 - Sep 21 24:00 0 -
16271637
Zone Asia/Tehran 3:25:44 - LMT 1916
16281638
3:25:44 - TMT 1935 Jun 13 # Tehran Mean Time
16291639
3:30 Iran +0330/+0430 1977 Oct 20 24:00
1630-
4:00 Iran +04/+05 1979
1640+
4:00 Iran +04/+05 1978 Nov 10 24:00
16311641
3:30 Iran +0330/+0430
16321642

16331643

tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/northamerica

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,6 +1611,15 @@ Zone America/Moncton -4:19:08 - LMT 1883 Dec 9
16111611
# For more on Orillia, see: Daubs K. Bold attempt at daylight saving
16121612
# time became a comic failure in Orillia. Toronto Star 2017-07-08.
16131613
# https://www.thestar.com/news/insight/2017/07/08/bold-attempt-at-daylight-saving-time-became-a-comic-failure-in-orillia.html
1614+
# From Paul Eggert (2025-03-20):
1615+
# Also see the 1912-06-17 front page of The Evening Sunbeam,
1616+
# reproduced in: Richardson M. "Daylight saving was a confusing
1617+
# time in Orillia" in the 2025-03-15 Orillia Matters. Richardson writes,
1618+
# "The first Sunday after the switch was made, [DST proponent and
1619+
# Orillia mayor William Sword] Frost walked into church an hour late.
1620+
# This became a symbol of the downfall of daylight saving in Orillia."
1621+
# The mayor became known as "Daylight Bill".
1622+
# https://www.orilliamatters.com/local-news/column-daylight-saving-was-a-confusing-time-in-orillia-10377529
16141623

16151624
# From Mark Brader (2010-03-06):
16161625
#

tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/southamerica

Lines changed: 70 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,35 +1246,45 @@ Zone America/Rio_Branco -4:31:12 - LMT 1914
12461246
# dates to 2014.
12471247
# DST End: last Saturday of April 2014 (Sun 27 Apr 2014 03:00 UTC)
12481248
# DST Start: first Saturday of September 2014 (Sun 07 Sep 2014 04:00 UTC)
1249-
# http://www.diariooficial.interior.gob.cl//media/2014/02/19/do-20140219.pdf
1249+
# From Tim Parenti (2025-03-22):
1250+
# Decreto 307 of 2014 of the Ministry of the Interior and Public Security,
1251+
# promulgated 2014-01-30 and published 2014-02-19:
1252+
# https://www.diariooficial.interior.gob.cl/media/2014/02/19/do-20140219.pdf#page=1
1253+
# https://www.bcn.cl/leychile/navegar?idNorma=1059557
12501254

12511255
# From Eduardo Romero Urra (2015-03-03):
12521256
# Today has been published officially that Chile will use the DST time
12531257
# permanently until March 25 of 2017
1254-
# http://www.diariooficial.interior.gob.cl/media/2015/03/03/1-large.jpg
1255-
#
1256-
# From Paul Eggert (2015-03-03):
1257-
# For now, assume that the extension will persist indefinitely.
1258+
# From Tim Parenti (2025-03-22):
1259+
# Decreto 106 of 2015 of the Ministry of the Interior and Public Security,
1260+
# promulgated 2015-01-27 and published 2015-03-03:
1261+
# https://www.diariooficial.interior.gob.cl/media/2015/03/03/do-20150303.pdf#page=1
1262+
# https://www.bcn.cl/leychile/navegar?idNorma=1075157
12581263

12591264
# From Juan Correa (2016-03-18):
1260-
# The decree regarding DST has been published in today's Official Gazette:
1261-
# http://www.diariooficial.interior.gob.cl/versiones-anteriores/do/20160318/
1262-
# http://www.leychile.cl/Navegar?idNorma=1088502
1265+
# The decree regarding DST has been published in today's Official Gazette...
12631266
# It does consider the second Saturday of May and August as the dates
12641267
# for the transition; and it lists DST dates until 2019, but I think
12651268
# this scheme will stick.
1266-
#
12671269
# From Paul Eggert (2016-03-18):
1268-
# For now, assume the pattern holds for the indefinite future.
12691270
# The decree says transitions occur at 24:00; in practice this appears
12701271
# to mean 24:00 mainland time, not 24:00 local time, so that Easter
12711272
# Island is always two hours behind the mainland.
1273+
# From Tim Parenti (2025-03-22):
1274+
# Decreto 253 of 2016 of the Ministry of the Interior and Public Security,
1275+
# promulgated 2016-03-16 and published 2016-03-18.
1276+
# https://www.diariooficial.interior.gob.cl/media/2016/03/18/do-20160318.pdf#page=1
1277+
# https://www.bcn.cl/leychile/navegar?idNorma=1088502
12721278

12731279
# From Juan Correa (2016-12-04):
12741280
# Magallanes region ... will keep DST (UTC -3) all year round....
12751281
# http://www.soychile.cl/Santiago/Sociedad/2016/12/04/433428/Bachelet-firmo-el-decreto-para-establecer-un-horario-unico-para-la-Region-de-Magallanes.aspx
1276-
# From Deborah Goldsmith (2017-01-19):
1277-
# http://www.diariooficial.interior.gob.cl/publicaciones/2017/01/17/41660/01/1169626.pdf
1282+
# From Tim Parenti (2025-03-22), via Deborah Goldsmith (2017-01-19):
1283+
# Decreto 1820 of 2016 of the Ministry of the Interior and Public Security,
1284+
# promulgated 2016-12-02 and published 2017-01-17:
1285+
# https://www.diariooficial.interior.gob.cl/publicaciones/2017/01/17/41660/01/1169626.pdf
1286+
# https://www.bcn.cl/leychile/Navegar?idNorma=1099217
1287+
# Model this as a change to standard offset effective 2016-12-04.
12781288

12791289
# From Juan Correa (2018-08-13):
12801290
# As of moments ago, the Ministry of Energy in Chile has announced the new
@@ -1293,13 +1303,20 @@ Zone America/Rio_Branco -4:31:12 - LMT 1914
12931303
# https://twitter.com/MinEnergia/status/1029009354001973248
12941304
# "We will keep the new time policy unchanged for at least the next 4 years."
12951305
# So we extend the new rules on Saturdays at 24:00 mainland time indefinitely.
1296-
# From Juan Correa (2019-02-04):
1297-
# http://www.diariooficial.interior.gob.cl/publicaciones/2018/11/23/42212/01/1498738.pdf
1306+
# From Tim Parenti (2025-03-22), via Juan Correa (2019-02-04):
1307+
# Decreto 1286 of 2018 of the Ministry of the Interior and Public Security,
1308+
# promulgated 2018-09-21 and published 2018-11-23:
1309+
# https://www.diariooficial.interior.gob.cl/publicaciones/2018/11/23/42212/01/1498738.pdf
1310+
# https://www.bcn.cl/leychile/Navegar?idNorma=1125760
12981311

12991312
# From Juan Correa (2022-04-02):
13001313
# I found there was a decree published last Thursday that will keep
1301-
# Magallanes region to UTC -3 "indefinitely". The decree is available at
1314+
# Magallanes region to UTC -3 "indefinitely".
1315+
# From Tim Parenti (2025-03-22):
1316+
# Decreto 143 of 2022 of the Ministry of the Interior and Public Security,
1317+
# promulgated 2022-03-29 and published 2022-03-31:
13021318
# https://www.diariooficial.interior.gob.cl/publicaciones/2022/03/31/43217-B/01/2108910.pdf
1319+
# https://www.bcn.cl/leychile/Navegar?idNorma=1174342
13031320

13041321
# From Juan Correa (2022-08-09):
13051322
# the Internal Affairs Ministry (Ministerio del Interior) informed DST
@@ -1308,13 +1325,36 @@ Zone America/Rio_Branco -4:31:12 - LMT 1914
13081325
# will keep UTC -3 "indefinitely"... This is because on September 4th
13091326
# we will have a voting whether to approve a new Constitution.
13101327
#
1311-
# From Eduardo Romero Urra (2022-08-17):
1328+
# From Tim Parenti (2025-03-22), via Eduardo Romero Urra (2022-08-17):
1329+
# Decreto 224 of 2022 of the Ministry of the Interior and Public Security,
1330+
# promulgated 2022-07-14 and published 2022-08-13:
13121331
# https://www.diariooficial.interior.gob.cl/publicaciones/2022/08/13/43327/01/2172567.pdf
1332+
# https://www.bcn.cl/leychile/navegar?idNorma=1179983
13131333
#
13141334
# From Paul Eggert (2022-08-17):
13151335
# Although the presidential decree stops at fall 2026, assume that
13161336
# similar DST rules will continue thereafter.
13171337

1338+
# From Paul Eggert (2025-01-15):
1339+
# Diario Regional Aysén's Sebastián Martel reports that 94% of Aysén
1340+
# citizens polled in November favored changing the rules from
1341+
# -04/-03-with-DST to -03 all year...
1342+
# https://www.diarioregionalaysen.cl/noticia/actualidad/2024/12/presentan-decision-que-gano-la-votacion-sobre-el-cambio-del-huso-horario-en-aysen
1343+
#
1344+
# From Yonathan Dossow (2025-03-20):
1345+
# [T]oday we have more confirmation of the change. [Aysén] region will keep
1346+
# UTC-3 all year...
1347+
# https://www.cnnchile.com/pais/region-de-aysen-mantendra-horario-de-verano-todo-el-ano_20250320/
1348+
# https://www.latercera.com/nacional/noticia/tras-consulta-ciudadana-region-de-aysen-mantendra-el-horario-de-verano-durante-todo-el-ano/
1349+
# https://x.com/min_interior/status/1902692504270672098
1350+
#
1351+
# From Tim Parenti (2025-03-22), via Eduardo Romero Urra (2025-03-20):
1352+
# Decreto 93 of 2025 of the Ministry of the Interior and Public Security,
1353+
# promulgated 2025-03-11 and published 2025-03-20:
1354+
# https://www.diariooficial.interior.gob.cl/publicaciones/2025/03/20/44104/01/2624263.pdf
1355+
# https://www.bcn.cl/leychile/Navegar?idNorma=1211955
1356+
# Model this as a change to standard offset effective 2025-03-20.
1357+
13181358
# Rule NAME FROM TO - IN ON AT SAVE LETTER/S
13191359
Rule Chile 1927 1931 - Sep 1 0:00 1:00 -
13201360
Rule Chile 1928 1932 - Apr 1 0:00 0 -
@@ -1371,6 +1411,20 @@ Zone America/Santiago -4:42:45 - LMT 1890
13711411
-5:00 1:00 -04 1947 Mar 31 24:00
13721412
-5:00 - -05 1947 May 21 23:00
13731413
-4:00 Chile -04/-03
1414+
Zone America/Coyhaique -4:48:16 - LMT 1890
1415+
-4:42:45 - SMT 1910 Jan 10
1416+
-5:00 - -05 1916 Jul 1
1417+
-4:42:45 - SMT 1918 Sep 10
1418+
-4:00 - -04 1919 Jul 1
1419+
-4:42:45 - SMT 1927 Sep 1
1420+
-5:00 Chile -05/-04 1932 Sep 1
1421+
-4:00 - -04 1942 Jun 1
1422+
-5:00 - -05 1942 Aug 1
1423+
-4:00 - -04 1946 Aug 28 24:00
1424+
-5:00 1:00 -04 1947 Mar 31 24:00
1425+
-5:00 - -05 1947 May 21 23:00
1426+
-4:00 Chile -04/-03 2025 Mar 20
1427+
-3:00 - -03
13741428
Zone America/Punta_Arenas -4:43:40 - LMT 1890
13751429
-4:42:45 - SMT 1910 Jan 10
13761430
-5:00 - -05 1916 Jul 1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025a
1+
2025b

tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/zone.tab

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ CH +4723+00832 Europe/Zurich
139139
CI +0519-00402 Africa/Abidjan
140140
CK -2114-15946 Pacific/Rarotonga
141141
CL -3327-07040 America/Santiago most of Chile
142-
CL -5309-07055 America/Punta_Arenas Region of Magallanes
142+
CL -4534-07204 America/Coyhaique Aysen Region
143+
CL -5309-07055 America/Punta_Arenas Magallanes Region
143144
CL -2709-10926 Pacific/Easter Easter Island
144145
CM +0403+00942 Africa/Douala
145146
CN +3114+12128 Asia/Shanghai Beijing Time

0 commit comments

Comments
 (0)