File tree Expand file tree Collapse file tree 21 files changed +2407
-2335
lines changed Expand file tree Collapse file tree 21 files changed +2407
-2335
lines changed Original file line number Diff line number Diff line change
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
+
1
40
# Version 2023.4
2
41
Upstream version 2023d released 2023-12-22T04:02:24+00:00
3
42
Original file line number Diff line number Diff line change 1
- 2023.4
1
+ 2024.1
Original file line number Diff line number Diff line change
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.)
Original file line number Diff line number Diff line change 1
1
# IANA versions like 2020a are not valid PEP 440 identifiers; the recommended
2
2
# 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 "
4
4
5
5
# This exposes the original IANA version number.
6
- IANA_VERSION = "2023d "
6
+ IANA_VERSION = "2024a "
You can’t perform that action at this time.
0 commit comments