Skip to content

Commit 03cb794

Browse files
committed
Update tzdata to version 2026c
# Version 2026.3 Upstream version 2026c released 2026-07-08T17:23:58+00:00 ## Briefly: Alberta moved to permanent -06 on 2026-06-18. Morocco moves to permanent +00 on 2026-09-20. More integer overflow bugs have been fixed in zic. ## Changes to future timestamps Alberta’s 2026-03-08 spring forward was its last foreseeable clock change, as it moved to permanent -06 thereafter. (Thanks to Roozbeh Pournader and others.) Model this with its traditional abbreviation CST. Although the change to permanent -06 legally took place on 2026-06-18, temporarily model the change to occur on 2026-11-01 at 02:00 instead, for the same reason we introduced a similarly temporary hack for British Columbia in 2026b. Although another TZDB release will likely be needed soon because Northwest Territories will likely follow Alberta, the legal formalities have not yet taken place. Morocco plans to move back to permanent UTC, without daylight saving time transitions, on 2026-09-20 at 02:00. This also affects Western Sahara. ## Changes to commentary Northwest Territories is expected to move to permanent -06 prior to 2026-11-01 02:00, when clocks would otherwise fall back. (Thanks to Tim Parenti and James Bellaire.) Model this with its traditional abbreviation CST. Unfortunately the change is not yet official, so it is currently present only as comments that can be uncommented as needed.
1 parent 1cab5e2 commit 03cb794

14 files changed

Lines changed: 79 additions & 152 deletions

File tree

NEWS.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,34 @@
1-
# Version 2026.2
2-
Upstream version 2026b released 2026-04-23T06:06:43+00:00
1+
# Version 2026.3
2+
Upstream version 2026c released 2026-07-08T17:23:58+00:00
33

44
## Briefly:
55

6-
British Columbia moved to permanent -07 on 2026-03-09. Some more overflow bugs
7-
have been fixed in zic.
6+
Alberta moved to permanent -06 on 2026-06-18. Morocco moves to permanent +00 on
7+
2026-09-20. More integer overflow bugs have been fixed in zic.
88

99
## Changes to future timestamps
1010

11-
British Columbia’s 2026-03-08 spring forward was its last foreseeable clock
12-
change, as it moved to permanent -07 thereafter. (Thanks to Arthur David Olson.)
13-
Although the change to permanent -07 legally took place on 2026-03-09,
14-
temporarily model the change to occur on 2026-11-01 at 02:00 instead. This
15-
works around a limitation in CLDR v48.2 (2026-03-17). This temporary hack is
16-
planned to be removed after CLDR is fixed.
11+
Alberta’s 2026-03-08 spring forward was its last foreseeable clock change, as it
12+
moved to permanent -06 thereafter. (Thanks to Roozbeh Pournader and others.)
13+
Model this with its traditional abbreviation CST. Although the change to
14+
permanent -06 legally took place on 2026-06-18, temporarily model the change to
15+
occur on 2026-11-01 at 02:00 instead, for the same reason we introduced a
16+
similarly temporary hack for British Columbia in 2026b.
17+
18+
Although another TZDB release will likely be needed soon because Northwest
19+
Territories will likely follow Alberta, the legal formalities have not yet taken
20+
place.
21+
22+
Morocco plans to move back to permanent UTC, without daylight saving time
23+
transitions, on 2026-09-20 at 02:00. This also affects Western Sahara.
24+
25+
## Changes to commentary
26+
27+
Northwest Territories is expected to move to permanent -06 prior to 2026-11-01
28+
02:00, when clocks would otherwise fall back. (Thanks to Tim Parenti and James
29+
Bellaire.) Model this with its traditional abbreviation CST. Unfortunately the
30+
change is not yet official, so it is currently present only as comments that can
31+
be uncommented as needed.
1732

1833
---
1934

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026.2
1+
2026.3rc0

news.d/2026c.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Version 2026.3
2+
Upstream version 2026c released 2026-07-08T17:23:58+00:00
3+
4+
## Briefly:
5+
6+
Alberta moved to permanent -06 on 2026-06-18. Morocco moves to permanent +00 on
7+
2026-09-20. More integer overflow bugs have been fixed in zic.
8+
9+
## Changes to future timestamps
10+
11+
Alberta’s 2026-03-08 spring forward was its last foreseeable clock change, as it
12+
moved to permanent -06 thereafter. (Thanks to Roozbeh Pournader and others.)
13+
Model this with its traditional abbreviation CST. Although the change to
14+
permanent -06 legally took place on 2026-06-18, temporarily model the change to
15+
occur on 2026-11-01 at 02:00 instead, for the same reason we introduced a
16+
similarly temporary hack for British Columbia in 2026b.
17+
18+
Although another TZDB release will likely be needed soon because Northwest
19+
Territories will likely follow Alberta, the legal formalities have not yet taken
20+
place.
21+
22+
Morocco plans to move back to permanent UTC, without daylight saving time
23+
transitions, on 2026-09-20 at 02:00. This also affects Western Sahara.
24+
25+
## Changes to commentary
26+
27+
Northwest Territories is expected to move to permanent -06 prior to 2026-11-01
28+
02:00, when clocks would otherwise fall back. (Thanks to Tim Parenti and James
29+
Bellaire.) Model this with its traditional abbreviation CST. Unfortunately the
30+
change is not yet official, so it is currently present only as comments that can
31+
be uncommented as needed.

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__ = "2026.2"
3+
__version__ = "2026.3rc0"
44

55
# This exposes the original IANA version number.
6-
IANA_VERSION = "2026b"
6+
IANA_VERSION = "2026c"
-1.1 KB
Binary file not shown.
-1.1 KB
Binary file not shown.
343 Bytes
Binary file not shown.
343 Bytes
Binary file not shown.
343 Bytes
Binary file not shown.

src/tzdata/zoneinfo/leapseconds

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Leap 2016 Dec 31 23:59:60 + S
7070
# Any additional leap seconds will come after this.
7171
# This Expires line is commented out for now,
7272
# so that pre-2020a zic implementations do not reject this file.
73-
#Expires 2026 Dec 28 00:00:00
73+
#Expires 2027 Jun 28 00:00:00
7474

7575
# Here are POSIX timestamps for the data in this file.
7676
# "#updated" gives the last time the leap seconds data changed
@@ -79,8 +79,8 @@ Leap 2016 Dec 31 23:59:60 + S
7979
# "#expires" gives the first time this file might be wrong;
8080
# if this file was derived from the IERS leap-seconds.list,
8181
# this is typically a bit less than one year after "updated".
82-
#updated 1767698058 (2026-01-06 11:14:18 UTC)
83-
#expires 1798416000 (2026-12-28 00:00:00 UTC)
82+
#updated 1783323897 (2026-07-06 07:44:57 UTC)
83+
#expires 1814140800 (2027-06-28 00:00:00 UTC)
8484

8585
# Updated through IERS Bulletin C (https://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat)
86-
# File expires on 28 December 2026
86+
# File expires on 28 June 2027

0 commit comments

Comments
 (0)