Skip to content

Commit 7e71c6b

Browse files
committed
Update to 2024a
1 parent c7bf688 commit 7e71c6b

File tree

21 files changed

+2407
-2335
lines changed

21 files changed

+2407
-2335
lines changed

NEWS.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# Version 2024.1
2+
Upstream version 2024a released 2024-02-01T17:28:56+00:00
3+
4+
## Briefly:
5+
6+
Kazakhstan unifies on UTC+5 beginning 2024-03-01. Palestine springs forward a
7+
week later after Ramadan. zic no longer pretends to support indefinite-past DST.
8+
localtime no longer mishandles Ciudad Juárez in 2422.
9+
10+
## Changes to future timestamps
11+
12+
Kazakhstan unifies on UTC+5. This affects Asia/Almaty and Asia/Qostanay which
13+
together represent the eastern portion of the country that will transition from
14+
UTC+6 on 2024-03-01 at 00:00 to join the western portion. (Thanks to Zhanbolat
15+
Raimbekov.)
16+
17+
Palestine springs forward a week later than previously predicted in 2024 and
18+
2025. (Thanks to Heba Hamad.) Change spring-forward predictions to the second
19+
Saturday after Ramadan, not the first; this also affects other predictions
20+
starting in 2039.
21+
22+
## Changes to past timestamps
23+
24+
Asia/Ho_Chi_Minh's 1955-07-01 transition occurred at 01:00 not 00:00. (Thanks
25+
to Đoàn Trần Công Danh.)
26+
27+
From 1947 through 1949, Toronto's transitions occurred at 02:00 not 00:00.
28+
(Thanks to Chris Walton.)
29+
30+
In 1911 Miquelon adopted standard time on June 15, not May 15.
31+
32+
## Changes to documentation
33+
34+
The strftime man page documents which struct tm members affect which conversion
35+
specs, and that tzset is called. (Problems reported by Robert Elz and Steve
36+
Summit.)
37+
38+
---
39+
140
# Version 2023.4
241
Upstream version 2023d released 2023-12-22T04:02:24+00:00
342

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.4
1+
2024.1

news.d/2024a.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Version 2024.1
2+
Upstream version 2024a released 2024-02-01T17:28:56+00:00
3+
4+
## Briefly:
5+
6+
Kazakhstan unifies on UTC+5 beginning 2024-03-01. Palestine springs forward a
7+
week later after Ramadan. zic no longer pretends to support indefinite-past DST.
8+
localtime no longer mishandles Ciudad Juárez in 2422.
9+
10+
## Changes to future timestamps
11+
12+
Kazakhstan unifies on UTC+5. This affects Asia/Almaty and Asia/Qostanay which
13+
together represent the eastern portion of the country that will transition from
14+
UTC+6 on 2024-03-01 at 00:00 to join the western portion. (Thanks to Zhanbolat
15+
Raimbekov.)
16+
17+
Palestine springs forward a week later than previously predicted in 2024 and
18+
2025. (Thanks to Heba Hamad.) Change spring-forward predictions to the second
19+
Saturday after Ramadan, not the first; this also affects other predictions
20+
starting in 2039.
21+
22+
## Changes to past timestamps
23+
24+
Asia/Ho_Chi_Minh's 1955-07-01 transition occurred at 01:00 not 00:00. (Thanks
25+
to Đoàn Trần Công Danh.)
26+
27+
From 1947 through 1949, Toronto's transitions occurred at 02:00 not 00:00.
28+
(Thanks to Chris Walton.)
29+
30+
In 1911 Miquelon adopted standard time on June 15, not May 15.
31+
32+
## Changes to documentation
33+
34+
The strftime man page documents which struct tm members affect which conversion
35+
specs, and that tzset is called. (Problems reported by Robert Elz and Steve
36+
Summit.)

src/tzdata/__init__.py

Lines changed: 2 additions & 2 deletions
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__ = "2023.4"
3+
__version__ = "2024.1"
44

55
# This exposes the original IANA version number.
6-
IANA_VERSION = "2023d"
6+
IANA_VERSION = "2024a"

src/tzdata/zoneinfo/America/Miquelon

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/America/Montreal

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/America/Nassau

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/America/Nipigon

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/America/Toronto

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)