Skip to content

Commit 0c324fb

Browse files
committed
Update tzdata to 2024b
1 parent 3986b28 commit 0c324fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+994
-862
lines changed

NEWS.md

+77

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.1
1+
2024.2

news.d/2024b.md

+74

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__ = "2024.1"
3+
__version__ = "2024.2"
44

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

src/tzdata/zoneinfo/Africa/Blantyre

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Africa/Bujumbura

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Africa/Gaborone

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Africa/Harare

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Africa/Kigali

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Africa/Lubumbashi

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Africa/Lusaka

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Africa/Maputo

0 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.

src/tzdata/zoneinfo/America/Cancun

9 Bytes
Binary file not shown.

src/tzdata/zoneinfo/America/Chihuahua

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

src/tzdata/zoneinfo/America/Ensenada

54 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.

src/tzdata/zoneinfo/America/Mazatlan

-28 Bytes
Binary file not shown.

src/tzdata/zoneinfo/America/Merida

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

src/tzdata/zoneinfo/America/Monterrey

65 Bytes
Binary file not shown.

src/tzdata/zoneinfo/America/Ojinaga

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

src/tzdata/zoneinfo/America/Tijuana

54 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Asia/Choibalsan

-25 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Asia/Dili

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Atlantic/Azores

-52 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Atlantic/Madeira

-81 Bytes
Binary file not shown.

src/tzdata/zoneinfo/CET

482 Bytes
Binary file not shown.

src/tzdata/zoneinfo/CST6CDT

803 Bytes
Binary file not shown.

src/tzdata/zoneinfo/EET

185 Bytes
Binary file not shown.

src/tzdata/zoneinfo/EST

38 Bytes
Binary file not shown.

src/tzdata/zoneinfo/EST5EDT

793 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Europe/Lisbon

9 Bytes
Binary file not shown.

src/tzdata/zoneinfo/HST

109 Bytes
Binary file not shown.

src/tzdata/zoneinfo/MET

482 Bytes
Binary file not shown.

src/tzdata/zoneinfo/MST

129 Bytes
Binary file not shown.

src/tzdata/zoneinfo/MST7MDT

91 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Mexico/BajaNorte

54 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Mexico/BajaSur

-28 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Mexico/General

0 Bytes
Binary file not shown.

src/tzdata/zoneinfo/PST8PDT

343 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Portugal

9 Bytes
Binary file not shown.

src/tzdata/zoneinfo/WET

969 Bytes
Binary file not shown.

src/tzdata/zoneinfo/leapseconds

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ Leap 2016 Dec 31 23:59:60 + S
6969
# Any additional leap seconds will come after this.
7070
# This Expires line is commented out for now,
7171
# so that pre-2020a zic implementations do not reject this file.
72-
#Expires 2024 Dec 28 00:00:00
72+
#Expires 2025 Jun 28 00:00:00
7373

7474
# POSIX timestamps for the data in this file:
75-
#updated 1704708379 (2024-01-08 10:06:19 UTC)
76-
#expires 1735344000 (2024-12-28 00:00:00 UTC)
75+
#updated 1720104763 (2024-07-04 14:52:43 UTC)
76+
#expires 1751068800 (2025-06-28 00:00:00 UTC)
7777

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

0 commit comments

Comments
 (0)