Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e71c6b

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

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.

src/tzdata/zoneinfo/Asia/Almaty

9 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Asia/Gaza

-18 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Asia/Hebron

-18 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Asia/Ho_Chi_Minh

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Asia/Qostanay

9 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Asia/Saigon

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Canada/Eastern

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/leapseconds

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
# This file is in the public domain.
44

55
# This file is generated automatically from the data in the public-domain
6-
# NIST format leap-seconds.list file, which can be copied from
7-
# <ftp://ftp.nist.gov/pub/time/leap-seconds.list>
8-
# or <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>.
9-
# The NIST file is used instead of its IERS upstream counterpart
6+
# NIST/IERS format leap-seconds.list file, which can be copied from
107
# <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>
11-
# because under US law the NIST file is public domain
12-
# whereas the IERS file's copyright and license status is unclear.
8+
# or, in a variant with different comments, from
9+
# <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>.
1310
# For more about leap-seconds.list, please see
1411
# The NTP Timescale and Leap Seconds
1512
# <https://www.eecis.udel.edu/~mills/leap.html>.
@@ -72,11 +69,11 @@ Leap 2016 Dec 31 23:59:60 + S
7269
# Any additional leap seconds will come after this.
7370
# This Expires line is commented out for now,
7471
# so that pre-2020a zic implementations do not reject this file.
75-
#Expires 2024 Jun 28 00:00:00
72+
#Expires 2024 Dec 28 00:00:00
7673

7774
# POSIX timestamps for the data in this file:
78-
#updated 1467936000 (2016-07-08 00:00:00 UTC)
79-
#expires 1719532800 (2024-06-28 00:00:00 UTC)
75+
#updated 1704708379 (2024-01-08 10:06:19 UTC)
76+
#expires 1735344000 (2024-12-28 00:00:00 UTC)
8077

81-
# Updated through IERS Bulletin C66
82-
# File expires on: 28 June 2024
78+
# Updated through IERS Bulletin C (https://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat)
79+
# File expires on 28 December 2024

0 commit comments

Comments
 (0)