Skip to content

Commit 1689a67

Browse files
committed
Update tzdata to version '2025b'
# Version 2025.2 Upstream version 2025b released 2025-03-22T20:40:46+00:00 ## Briefly: New zone for Aysén Region in Chile which moves from -04/-03 to -03. ## Changes to future timestamps Chile's Aysén Region moves from -04/-03 to -03 year-round, joining Magallanes Region. The region will not change its clocks on 2025-04-05 at 24:00, diverging from America/Santiago and creating a new zone America/Coyhaique. (Thanks to Yonathan Dossow.) Model this as a change to standard offset effective 2025-03-20. ## Changes to past timestamps Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end. (Thanks to Roozbeh Pournader.)
1 parent 0ccabea commit 1689a67

File tree

12 files changed

+66
-8
lines changed

12 files changed

+66
-8
lines changed

NEWS.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Version 2025.2
2+
Upstream version 2025b released 2025-03-22T20:40:46+00:00
3+
4+
## Briefly:
5+
6+
New zone for Aysén Region in Chile which moves from -04/-03 to -03.
7+
8+
## Changes to future timestamps
9+
10+
Chile's Aysén Region moves from -04/-03 to -03 year-round, joining Magallanes
11+
Region. The region will not change its clocks on 2025-04-05 at 24:00, diverging
12+
from America/Santiago and creating a new zone America/Coyhaique. (Thanks to
13+
Yonathan Dossow.) Model this as a change to standard offset effective
14+
2025-03-20.
15+
16+
## Changes to past timestamps
17+
18+
Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end.
19+
(Thanks to Roozbeh Pournader.)
20+
21+
---
22+
123
# Version 2025.1
224
Upstream version 2025a released 2025-01-15T18:47:24+00:00
325

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.1
1+
2025.2rc0

news.d/2025b.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Version 2025.2
2+
Upstream version 2025b released 2025-03-22T20:40:46+00:00
3+
4+
## Briefly:
5+
6+
New zone for Aysén Region in Chile which moves from -04/-03 to -03.
7+
8+
## Changes to future timestamps
9+
10+
Chile's Aysén Region moves from -04/-03 to -03 year-round, joining Magallanes
11+
Region. The region will not change its clocks on 2025-04-05 at 24:00, diverging
12+
from America/Santiago and creating a new zone America/Coyhaique. (Thanks to
13+
Yonathan Dossow.) Model this as a change to standard offset effective
14+
2025-03-20.
15+
16+
## Changes to past timestamps
17+
18+
Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end.
19+
(Thanks to Roozbeh Pournader.)

src/tzdata/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IANA versions like 2020a are not valid PEP 440 identifiers; the recommended
22
# way to translate the version is to use YYYY.n where `n` is a 0-based index.
3-
__version__ = "2025.1"
3+
__version__ = "2025.2rc0"
44

55
# This exposes the original IANA version number.
6-
IANA_VERSION = "2025a"
6+
IANA_VERSION = "2025b"

src/tzdata/zoneinfo/America/Coyhaique

1.33 KB
Binary file not shown.

src/tzdata/zoneinfo/Asia/Tehran

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Iran

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/tzdata.zi

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# version 2025a
1+
# version 2025b
22
# This zic input file is in the public domain.
33
R d 1916 o - Jun 14 23s 1 S
44
R d 1916 1919 - O Su>=1 23s 0 -
@@ -2432,6 +2432,20 @@ Z America/Ciudad_Juarez -7:5:56 - LMT 1922 Ja 1 7u
24322432
Z America/Costa_Rica -5:36:13 - LMT 1890
24332433
-5:36:13 - SJMT 1921 Ja 15
24342434
-6 CR C%sT
2435+
Z America/Coyhaique -4:48:16 - LMT 1890
2436+
-4:42:45 - SMT 1910 Ja 10
2437+
-5 - %z 1916 Jul
2438+
-4:42:45 - SMT 1918 S 10
2439+
-4 - %z 1919 Jul
2440+
-4:42:45 - SMT 1927 S
2441+
-5 x %z 1932 S
2442+
-4 - %z 1942 Jun
2443+
-5 - %z 1942 Au
2444+
-4 - %z 1946 Au 28 24
2445+
-5 1 %z 1947 Mar 31 24
2446+
-5 - %z 1947 May 21 23
2447+
-4 x %z 2025 Mar 20
2448+
-3 - %z
24352449
Z America/Cuiaba -3:44:20 - LMT 1914
24362450
-4 B %z 2003 S 24
24372451
-4 - %z 2004 O
@@ -3420,7 +3434,7 @@ Z Asia/Tbilisi 2:59:11 - LMT 1880
34203434
Z Asia/Tehran 3:25:44 - LMT 1916
34213435
3:25:44 - TMT 1935 Jun 13
34223436
3:30 i %z 1977 O 20 24
3423-
4 i %z 1979
3437+
4 i %z 1978 N 10 24
34243438
3:30 i %z
34253439
Z Asia/Thimphu 5:58:36 - LMT 1947 Au 15
34263440
5:30 - %z 1987 O

src/tzdata/zoneinfo/zone.tab

+2-1
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

src/tzdata/zoneinfo/zone1970.tab

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ CH,DE,LI +4723+00832 Europe/Zurich Büsingen
124124
CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan
125125
CK -2114-15946 Pacific/Rarotonga
126126
CL -3327-07040 America/Santiago most of Chile
127-
CL -5309-07055 America/Punta_Arenas Region of Magallanes
127+
CL -4534-07204 America/Coyhaique Aysén Region
128+
CL -5309-07055 America/Punta_Arenas Magallanes Region
128129
CL -2709-10926 Pacific/Easter Easter Island
129130
CN +3114+12128 Asia/Shanghai Beijing Time
130131
CN +4348+08735 Asia/Urumqi Xinjiang Time

src/tzdata/zoneinfo/zonenow.tab

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ XX +4439-06336 America/Halifax Atlantic ("AST/ADT") - Canada; Bermuda
104104
XX +4734-05243 America/St_Johns Newfoundland ("NST/NDT")
105105
#
106106
# -03
107-
XX -2332-04637 America/Sao_Paulo eastern South America
107+
XX -2332-04637 America/Sao_Paulo eastern and southern South America
108108
#
109109
# -03/-02 (North America DST)
110110
XX +4703-05620 America/Miquelon St Pierre & Miquelon

src/tzdata/zones

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ America/Chicago
5050
America/Chihuahua
5151
America/Ciudad_Juarez
5252
America/Costa_Rica
53+
America/Coyhaique
5354
America/Cuiaba
5455
America/Danmarkshavn
5556
America/Dawson

0 commit comments

Comments
 (0)