Skip to content

Commit 52d84d7

Browse files
Update database to tzdata 2025b
1 parent 4997cab commit 52d84d7

11 files changed

Lines changed: 31 additions & 7 deletions

File tree

NEWS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Version 2026.2
2+
Upstream version 2026b released 2026-04-23T06:06:43+00:00
3+
4+
## Briefly:
5+
6+
British Columbia moved to permanent -07 on 2026-03-09. Some more overflow bugs
7+
have been fixed in zic.
8+
9+
## Changes to future timestamps
10+
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.
17+
18+
---
19+
120
# Version 2026.1
221
Upstream version 2026a released 2026-03-02T06:59:49+00:00
322

VERSION

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

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

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

src/tzdata/zoneinfo/Asia/Saigon

-4 Bytes
Binary file not shown.

src/tzdata/zoneinfo/Canada/Pacific

343 Bytes
Binary file not shown.

src/tzdata/zoneinfo/tzdata.zi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# version 2026a
1+
# version 2026b-dirty
22
# redo posix_only
33
# This zic input file is in the public domain.
44
R d 1916 o - Jun 14 23s 1 S
@@ -2966,7 +2966,9 @@ Z America/Toronto -5:17:32 - LMT 1895
29662966
-5 C E%sT
29672967
Z America/Vancouver -8:12:28 - LMT 1884
29682968
-8 Va P%sT 1987
2969-
-8 C P%sT
2969+
-8 C P%sT 2026 Mar 9
2970+
-8 1 PDT 2026 N 1 2
2971+
-7 - MST
29702972
Z America/Whitehorse -9:0:12 - LMT 1900 Au 20
29712973
-9 Y Y%sT 1965
29722974
-9 Yu Y%sT 1966 F 27

src/tzdata/zoneinfo/zone.tab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ CA +5017-10750 America/Swift_Current CST - SK (midwest)
124124
CA +5333-11328 America/Edmonton Mountain - AB, BC(E), NT(E), SK(W)
125125
CA +690650-1050310 America/Cambridge_Bay Mountain - NU (west)
126126
CA +682059-1334300 America/Inuvik Mountain - NT (west)
127+
CA +4916-12307 America/Vancouver MST - BC (most areas)
127128
CA +4906-11631 America/Creston MST - BC (Creston)
128129
CA +5546-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John)
129130
CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson)
130131
CA +6043-13503 America/Whitehorse MST - Yukon (east)
131132
CA +6404-13925 America/Dawson MST - Yukon (west)
132-
CA +4916-12307 America/Vancouver Pacific - BC (most areas)
133133
CC -1210+09655 Indian/Cocos
134134
CD -0418+01518 Africa/Kinshasa Dem. Rep. of Congo (west)
135135
CD -1140+02728 Africa/Lubumbashi Dem. Rep. of Congo (east)

src/tzdata/zoneinfo/zone1970.tab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ CA +5017-10750 America/Swift_Current CST - SK (midwest)
115115
CA +5333-11328 America/Edmonton Mountain - AB, BC(E), NT(E), SK(W)
116116
CA +690650-1050310 America/Cambridge_Bay Mountain - NU (west)
117117
CA +682059-1334300 America/Inuvik Mountain - NT (west)
118+
CA +4916-12307 America/Vancouver MST - BC (most areas)
118119
CA +5546-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John)
119120
CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson)
120121
CA +6043-13503 America/Whitehorse MST - Yukon (east)
121122
CA +6404-13925 America/Dawson MST - Yukon (west)
122-
CA +4916-12307 America/Vancouver Pacific - BC (most areas)
123123
CH,DE,LI +4723+00832 Europe/Zurich Büsingen
124124
CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan
125125
CK -2114-15946 Pacific/Rarotonga

0 commit comments

Comments
 (0)