Skip to content

Commit 43c0c00

Browse files
authored
Rebuild time zone data with 2025c (#660)
This PR depends on #659. It rebuilds the time zone data with the 2025c release along with the updates in #658 and #659.
1 parent 598e7f4 commit 43c0c00

File tree

358 files changed

+14778
-7059
lines changed

Some content is hidden

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

358 files changed

+14778
-7059
lines changed

provider/src/data/compiled_zoneinfo_provider.rs.data

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

provider/src/data/debug/iana_normalizer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2025b",
2+
"version": "2025c",
33
"available_id_index": {
44
"africa/abidjan": 0,
55
"africa/accra": 1,

provider/src/data/debug/zoneinfo/map.json

Lines changed: 598 additions & 598 deletions
Large diffs are not rendered by default.

provider/src/data/debug/zoneinfo/tzifs/tzif-1041cd53332eeba8-60aa3eb45cf6bad9.json renamed to provider/src/data/debug/zoneinfo/tzifs/tzif-1041cd53332eeba8-a5390eb6e64db269.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
"europe/budapest"
44
],
55
"tzif": {
6+
"designations": [
7+
"L",
8+
"M",
9+
"T",
10+
"\u0000",
11+
"C",
12+
"E",
13+
"T",
14+
"\u0000",
15+
"C",
16+
"E",
17+
"S",
18+
"T",
19+
"\u0000"
20+
],
621
"posix": {
722
"abbr": "CET",
823
"offset": 3600,
@@ -179,12 +194,18 @@
179194
],
180195
"types": [
181196
{
197+
"index": 0,
198+
"is_dst": false,
182199
"offset": 4580
183200
},
184201
{
202+
"index": 4,
203+
"is_dst": false,
185204
"offset": 3600
186205
},
187206
{
207+
"index": 8,
208+
"is_dst": true,
188209
"offset": 7200
189210
}
190211
]

provider/src/data/debug/zoneinfo/tzifs/tzif-1146d998a660d8a7-7083368cf5416b3.json renamed to provider/src/data/debug/zoneinfo/tzifs/tzif-1146d998a660d8a7-8846a8ab80ddc60d.json

Lines changed: 71 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
"america/indiana/marengo"
44
],
55
"tzif": {
6+
"designations": [
7+
"L",
8+
"M",
9+
"T",
10+
"\u0000",
11+
"C",
12+
"S",
13+
"T",
14+
"\u0000",
15+
"C",
16+
"D",
17+
"T",
18+
"\u0000",
19+
"C",
20+
"W",
21+
"T",
22+
"\u0000",
23+
"C",
24+
"P",
25+
"T",
26+
"\u0000",
27+
"E",
28+
"S",
29+
"T",
30+
"\u0000",
31+
"E",
32+
"D",
33+
"T",
34+
"\u0000"
35+
],
636
"posix": {
737
"abbr": "EST",
838
"offset": -18000,
@@ -41,8 +71,8 @@
4171
1,
4272
2,
4373
1,
44-
2,
45-
2,
74+
3,
75+
4,
4676
1,
4777
2,
4878
1,
@@ -60,36 +90,25 @@
6090
1,
6191
2,
6292
1,
63-
2,
64-
3,
65-
4,
66-
2,
67-
3,
68-
4,
69-
2,
70-
3,
71-
4,
72-
2,
73-
3,
74-
4,
75-
2,
76-
3,
77-
4,
78-
2,
79-
3,
80-
2,
81-
3,
82-
2,
83-
3,
84-
4,
85-
2,
86-
3,
87-
4,
88-
2,
89-
3,
90-
4,
91-
2,
92-
3
93+
5,
94+
6,
95+
5,
96+
6,
97+
5,
98+
6,
99+
5,
100+
6,
101+
5,
102+
6,
103+
5,
104+
2,
105+
5,
106+
6,
107+
5,
108+
6,
109+
5,
110+
6,
111+
5
93112
],
94113
"transitions": [
95114
-2717647200,
@@ -138,18 +157,38 @@
138157
],
139158
"types": [
140159
{
160+
"index": 0,
161+
"is_dst": false,
141162
"offset": -20723
142163
},
143164
{
165+
"index": 4,
166+
"is_dst": false,
144167
"offset": -21600
145168
},
146169
{
170+
"index": 8,
171+
"is_dst": true,
172+
"offset": -18000
173+
},
174+
{
175+
"index": 12,
176+
"is_dst": true,
177+
"offset": -18000
178+
},
179+
{
180+
"index": 16,
181+
"is_dst": true,
147182
"offset": -18000
148183
},
149184
{
185+
"index": 20,
186+
"is_dst": false,
150187
"offset": -18000
151188
},
152189
{
190+
"index": 24,
191+
"is_dst": true,
153192
"offset": -14400
154193
}
155194
]

provider/src/data/debug/zoneinfo/tzifs/tzif-11b63f0f95d852ce-9769280653fbbbb1.json renamed to provider/src/data/debug/zoneinfo/tzifs/tzif-11b63f0f95d852ce-71ad670274ba174a.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"etc/gmt-3"
44
],
55
"tzif": {
6+
"designations": [
7+
"+",
8+
"0",
9+
"3",
10+
"\u0000"
11+
],
612
"posix": {
713
"abbr": "+03",
814
"offset": 10800,
@@ -12,6 +18,8 @@
1218
"transitions": [],
1319
"types": [
1420
{
21+
"index": 0,
22+
"is_dst": false,
1523
"offset": 10800
1624
}
1725
]

provider/src/data/debug/zoneinfo/tzifs/tzif-12ced9fe919d8b6-35fe81809b640977.json renamed to provider/src/data/debug/zoneinfo/tzifs/tzif-12ced9fe919d8b6-d0ee384123533a5f.json

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
"america/rankin_inlet"
44
],
55
"tzif": {
6+
"designations": [
7+
"-",
8+
"0",
9+
"0",
10+
"\u0000",
11+
"C",
12+
"S",
13+
"T",
14+
"\u0000",
15+
"C",
16+
"D",
17+
"T",
18+
"\u0000",
19+
"E",
20+
"S",
21+
"T",
22+
"\u0000"
23+
],
624
"posix": {
725
"abbr": "CST",
826
"offset": -21600,
@@ -94,28 +112,20 @@
94112
2,
95113
1,
96114
2,
97-
2,
98115
3,
99116
2,
100-
3,
101117
1,
102118
2,
103-
3,
104119
1,
105120
2,
106-
3,
107121
1,
108122
2,
109-
3,
110123
1,
111124
2,
112-
3,
113125
1,
114126
2,
115-
3,
116127
1,
117128
2,
118-
3,
119129
1
120130
],
121131
"transitions": [
@@ -195,15 +205,23 @@
195205
],
196206
"types": [
197207
{
208+
"index": 0,
209+
"is_dst": false,
198210
"offset": 0
199211
},
200212
{
213+
"index": 4,
214+
"is_dst": false,
201215
"offset": -21600
202216
},
203217
{
218+
"index": 8,
219+
"is_dst": true,
204220
"offset": -18000
205221
},
206222
{
223+
"index": 12,
224+
"is_dst": false,
207225
"offset": -18000
208226
}
209227
]

0 commit comments

Comments
 (0)