1pub const EAT: TimezoneAbbrev = TimezoneAbbrev {
2 abbrev: "EAT",
3 spec: TimezoneAbbrevSpec::FixedOffset {
4 offset: make_fixed_offset(10800),
5 is_dst: false,
6 }
7}
8;
9pub const SAST: TimezoneAbbrev = TimezoneAbbrev {
10 abbrev: "SAST",
11 spec: TimezoneAbbrevSpec::FixedOffset {
12 offset: make_fixed_offset(7200),
13 is_dst: false,
14 }
15}
16;
17pub const WAT: TimezoneAbbrev = TimezoneAbbrev {
18 abbrev: "WAT",
19 spec: TimezoneAbbrevSpec::FixedOffset {
20 offset: make_fixed_offset(3600),
21 is_dst: false,
22 }
23}
24;
25pub const ACT: TimezoneAbbrev = TimezoneAbbrev {
26 abbrev: "ACT",
27 spec: TimezoneAbbrevSpec::FixedOffset {
28 offset: make_fixed_offset(-18000),
29 is_dst: false,
30 }
31}
32;
33pub const AKDT: TimezoneAbbrev = TimezoneAbbrev {
34 abbrev: "AKDT",
35 spec: TimezoneAbbrevSpec::FixedOffset {
36 offset: make_fixed_offset(-28800),
37 is_dst: true,
38 }
39}
40;
41pub const AKST: TimezoneAbbrev = TimezoneAbbrev {
42 abbrev: "AKST",
43 spec: TimezoneAbbrevSpec::FixedOffset {
44 offset: make_fixed_offset(-32400),
45 is_dst: false,
46 }
47}
48;
49pub const ART: TimezoneAbbrev = TimezoneAbbrev {
50 abbrev: "ART",
51 spec: TimezoneAbbrevSpec::Tz(Tz::America__Argentina__Buenos_Aires)
52}
53;
54pub const ARST: TimezoneAbbrev = TimezoneAbbrev {
55 abbrev: "ARST",
56 spec: TimezoneAbbrevSpec::Tz(Tz::America__Argentina__Buenos_Aires)
57}
58;
59pub const BOT: TimezoneAbbrev = TimezoneAbbrev {
60 abbrev: "BOT",
61 spec: TimezoneAbbrevSpec::FixedOffset {
62 offset: make_fixed_offset(-14400),
63 is_dst: false,
64 }
65}
66;
67pub const BRA: TimezoneAbbrev = TimezoneAbbrev {
68 abbrev: "BRA",
69 spec: TimezoneAbbrevSpec::FixedOffset {
70 offset: make_fixed_offset(-10800),
71 is_dst: false,
72 }
73}
74;
75pub const BRST: TimezoneAbbrev = TimezoneAbbrev {
76 abbrev: "BRST",
77 spec: TimezoneAbbrevSpec::FixedOffset {
78 offset: make_fixed_offset(-7200),
79 is_dst: true,
80 }
81}
82;
83pub const BRT: TimezoneAbbrev = TimezoneAbbrev {
84 abbrev: "BRT",
85 spec: TimezoneAbbrevSpec::FixedOffset {
86 offset: make_fixed_offset(-10800),
87 is_dst: false,
88 }
89}
90;
91pub const COT: TimezoneAbbrev = TimezoneAbbrev {
92 abbrev: "COT",
93 spec: TimezoneAbbrevSpec::FixedOffset {
94 offset: make_fixed_offset(-18000),
95 is_dst: false,
96 }
97}
98;
99pub const CDT: TimezoneAbbrev = TimezoneAbbrev {
100 abbrev: "CDT",
101 spec: TimezoneAbbrevSpec::FixedOffset {
102 offset: make_fixed_offset(-18000),
103 is_dst: true,
104 }
105}
106;
107pub const CLST: TimezoneAbbrev = TimezoneAbbrev {
108 abbrev: "CLST",
109 spec: TimezoneAbbrevSpec::FixedOffset {
110 offset: make_fixed_offset(-10800),
111 is_dst: true,
112 }
113}
114;
115pub const CLT: TimezoneAbbrev = TimezoneAbbrev {
116 abbrev: "CLT",
117 spec: TimezoneAbbrevSpec::Tz(Tz::America__Santiago)
118}
119;
120pub const CST: TimezoneAbbrev = TimezoneAbbrev {
121 abbrev: "CST",
122 spec: TimezoneAbbrevSpec::FixedOffset {
123 offset: make_fixed_offset(-21600),
124 is_dst: false,
125 }
126}
127;
128pub const EDT: TimezoneAbbrev = TimezoneAbbrev {
129 abbrev: "EDT",
130 spec: TimezoneAbbrevSpec::FixedOffset {
131 offset: make_fixed_offset(-14400),
132 is_dst: true,
133 }
134}
135;
136pub const EGST: TimezoneAbbrev = TimezoneAbbrev {
137 abbrev: "EGST",
138 spec: TimezoneAbbrevSpec::FixedOffset {
139 offset: make_fixed_offset(0),
140 is_dst: true,
141 }
142}
143;
144pub const EGT: TimezoneAbbrev = TimezoneAbbrev {
145 abbrev: "EGT",
146 spec: TimezoneAbbrevSpec::FixedOffset {
147 offset: make_fixed_offset(-3600),
148 is_dst: false,
149 }
150}
151;
152pub const EST: TimezoneAbbrev = TimezoneAbbrev {
153 abbrev: "EST",
154 spec: TimezoneAbbrevSpec::FixedOffset {
155 offset: make_fixed_offset(-18000),
156 is_dst: false,
157 }
158}
159;
160pub const FNT: TimezoneAbbrev = TimezoneAbbrev {
161 abbrev: "FNT",
162 spec: TimezoneAbbrevSpec::FixedOffset {
163 offset: make_fixed_offset(-7200),
164 is_dst: false,
165 }
166}
167;
168pub const FNST: TimezoneAbbrev = TimezoneAbbrev {
169 abbrev: "FNST",
170 spec: TimezoneAbbrevSpec::FixedOffset {
171 offset: make_fixed_offset(-3600),
172 is_dst: true,
173 }
174}
175;
176pub const GFT: TimezoneAbbrev = TimezoneAbbrev {
177 abbrev: "GFT",
178 spec: TimezoneAbbrevSpec::FixedOffset {
179 offset: make_fixed_offset(-10800),
180 is_dst: false,
181 }
182}
183;
184pub const GYT: TimezoneAbbrev = TimezoneAbbrev {
185 abbrev: "GYT",
186 spec: TimezoneAbbrevSpec::Tz(Tz::America__Guyana)
187}
188;
189pub const MDT: TimezoneAbbrev = TimezoneAbbrev {
190 abbrev: "MDT",
191 spec: TimezoneAbbrevSpec::FixedOffset {
192 offset: make_fixed_offset(-21600),
193 is_dst: true,
194 }
195}
196;
197pub const MST: TimezoneAbbrev = TimezoneAbbrev {
198 abbrev: "MST",
199 spec: TimezoneAbbrevSpec::FixedOffset {
200 offset: make_fixed_offset(-25200),
201 is_dst: false,
202 }
203}
204;
205pub const NDT: TimezoneAbbrev = TimezoneAbbrev {
206 abbrev: "NDT",
207 spec: TimezoneAbbrevSpec::FixedOffset {
208 offset: make_fixed_offset(-9000),
209 is_dst: true,
210 }
211}
212;
213pub const NFT: TimezoneAbbrev = TimezoneAbbrev {
214 abbrev: "NFT",
215 spec: TimezoneAbbrevSpec::FixedOffset {
216 offset: make_fixed_offset(-12600),
217 is_dst: false,
218 }
219}
220;
221pub const NST: TimezoneAbbrev = TimezoneAbbrev {
222 abbrev: "NST",
223 spec: TimezoneAbbrevSpec::FixedOffset {
224 offset: make_fixed_offset(-12600),
225 is_dst: false,
226 }
227}
228;
229pub const PET: TimezoneAbbrev = TimezoneAbbrev {
230 abbrev: "PET",
231 spec: TimezoneAbbrevSpec::FixedOffset {
232 offset: make_fixed_offset(-18000),
233 is_dst: false,
234 }
235}
236;
237pub const PDT: TimezoneAbbrev = TimezoneAbbrev {
238 abbrev: "PDT",
239 spec: TimezoneAbbrevSpec::FixedOffset {
240 offset: make_fixed_offset(-25200),
241 is_dst: true,
242 }
243}
244;
245pub const PMDT: TimezoneAbbrev = TimezoneAbbrev {
246 abbrev: "PMDT",
247 spec: TimezoneAbbrevSpec::FixedOffset {
248 offset: make_fixed_offset(-7200),
249 is_dst: true,
250 }
251}
252;
253pub const PMST: TimezoneAbbrev = TimezoneAbbrev {
254 abbrev: "PMST",
255 spec: TimezoneAbbrevSpec::FixedOffset {
256 offset: make_fixed_offset(-10800),
257 is_dst: false,
258 }
259}
260;
261pub const PST: TimezoneAbbrev = TimezoneAbbrev {
262 abbrev: "PST",
263 spec: TimezoneAbbrevSpec::FixedOffset {
264 offset: make_fixed_offset(-28800),
265 is_dst: false,
266 }
267}
268;
269pub const PYST: TimezoneAbbrev = TimezoneAbbrev {
270 abbrev: "PYST",
271 spec: TimezoneAbbrevSpec::FixedOffset {
272 offset: make_fixed_offset(-10800),
273 is_dst: true,
274 }
275}
276;
277pub const PYT: TimezoneAbbrev = TimezoneAbbrev {
278 abbrev: "PYT",
279 spec: TimezoneAbbrevSpec::Tz(Tz::America__Asuncion)
280}
281;
282pub const UYST: TimezoneAbbrev = TimezoneAbbrev {
283 abbrev: "UYST",
284 spec: TimezoneAbbrevSpec::FixedOffset {
285 offset: make_fixed_offset(-7200),
286 is_dst: true,
287 }
288}
289;
290pub const UYT: TimezoneAbbrev = TimezoneAbbrev {
291 abbrev: "UYT",
292 spec: TimezoneAbbrevSpec::FixedOffset {
293 offset: make_fixed_offset(-10800),
294 is_dst: false,
295 }
296}
297;
298pub const VET: TimezoneAbbrev = TimezoneAbbrev {
299 abbrev: "VET",
300 spec: TimezoneAbbrevSpec::Tz(Tz::America__Caracas)
301}
302;
303pub const WGST: TimezoneAbbrev = TimezoneAbbrev {
304 abbrev: "WGST",
305 spec: TimezoneAbbrevSpec::FixedOffset {
306 offset: make_fixed_offset(-7200),
307 is_dst: true,
308 }
309}
310;
311pub const WGT: TimezoneAbbrev = TimezoneAbbrev {
312 abbrev: "WGT",
313 spec: TimezoneAbbrevSpec::FixedOffset {
314 offset: make_fixed_offset(-10800),
315 is_dst: false,
316 }
317}
318;
319pub const DAVT: TimezoneAbbrev = TimezoneAbbrev {
320 abbrev: "DAVT",
321 spec: TimezoneAbbrevSpec::Tz(Tz::Antarctica__Davis)
322}
323;
324pub const DDUT: TimezoneAbbrev = TimezoneAbbrev {
325 abbrev: "DDUT",
326 spec: TimezoneAbbrevSpec::FixedOffset {
327 offset: make_fixed_offset(36000),
328 is_dst: false,
329 }
330}
331;
332pub const MAWT: TimezoneAbbrev = TimezoneAbbrev {
333 abbrev: "MAWT",
334 spec: TimezoneAbbrevSpec::Tz(Tz::Antarctica__Mawson)
335}
336;
337pub const AFT: TimezoneAbbrev = TimezoneAbbrev {
338 abbrev: "AFT",
339 spec: TimezoneAbbrevSpec::FixedOffset {
340 offset: make_fixed_offset(16200),
341 is_dst: false,
342 }
343}
344;
345pub const ALMT: TimezoneAbbrev = TimezoneAbbrev {
346 abbrev: "ALMT",
347 spec: TimezoneAbbrevSpec::FixedOffset {
348 offset: make_fixed_offset(21600),
349 is_dst: false,
350 }
351}
352;
353pub const ALMST: TimezoneAbbrev = TimezoneAbbrev {
354 abbrev: "ALMST",
355 spec: TimezoneAbbrevSpec::FixedOffset {
356 offset: make_fixed_offset(25200),
357 is_dst: true,
358 }
359}
360;
361pub const AMST: TimezoneAbbrev = TimezoneAbbrev {
362 abbrev: "AMST",
363 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Yerevan)
364}
365;
366pub const AMT: TimezoneAbbrev = TimezoneAbbrev {
367 abbrev: "AMT",
368 spec: TimezoneAbbrevSpec::FixedOffset {
369 offset: make_fixed_offset(-14400),
370 is_dst: false,
371 }
372}
373;
374pub const ANAST: TimezoneAbbrev = TimezoneAbbrev {
375 abbrev: "ANAST",
376 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Anadyr)
377}
378;
379pub const ANAT: TimezoneAbbrev = TimezoneAbbrev {
380 abbrev: "ANAT",
381 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Anadyr)
382}
383;
384pub const AZST: TimezoneAbbrev = TimezoneAbbrev {
385 abbrev: "AZST",
386 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Baku)
387}
388;
389pub const AZT: TimezoneAbbrev = TimezoneAbbrev {
390 abbrev: "AZT",
391 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Baku)
392}
393;
394pub const BDT: TimezoneAbbrev = TimezoneAbbrev {
395 abbrev: "BDT",
396 spec: TimezoneAbbrevSpec::FixedOffset {
397 offset: make_fixed_offset(21600),
398 is_dst: false,
399 }
400}
401;
402pub const BNT: TimezoneAbbrev = TimezoneAbbrev {
403 abbrev: "BNT",
404 spec: TimezoneAbbrevSpec::FixedOffset {
405 offset: make_fixed_offset(28800),
406 is_dst: false,
407 }
408}
409;
410pub const BORT: TimezoneAbbrev = TimezoneAbbrev {
411 abbrev: "BORT",
412 spec: TimezoneAbbrevSpec::FixedOffset {
413 offset: make_fixed_offset(28800),
414 is_dst: false,
415 }
416}
417;
418pub const BTT: TimezoneAbbrev = TimezoneAbbrev {
419 abbrev: "BTT",
420 spec: TimezoneAbbrevSpec::FixedOffset {
421 offset: make_fixed_offset(21600),
422 is_dst: false,
423 }
424}
425;
426pub const CCT: TimezoneAbbrev = TimezoneAbbrev {
427 abbrev: "CCT",
428 spec: TimezoneAbbrevSpec::FixedOffset {
429 offset: make_fixed_offset(28800),
430 is_dst: false,
431 }
432}
433;
434pub const GEST: TimezoneAbbrev = TimezoneAbbrev {
435 abbrev: "GEST",
436 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Tbilisi)
437}
438;
439pub const GET: TimezoneAbbrev = TimezoneAbbrev {
440 abbrev: "GET",
441 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Tbilisi)
442}
443;
444pub const HKT: TimezoneAbbrev = TimezoneAbbrev {
445 abbrev: "HKT",
446 spec: TimezoneAbbrevSpec::FixedOffset {
447 offset: make_fixed_offset(28800),
448 is_dst: false,
449 }
450}
451;
452pub const ICT: TimezoneAbbrev = TimezoneAbbrev {
453 abbrev: "ICT",
454 spec: TimezoneAbbrevSpec::FixedOffset {
455 offset: make_fixed_offset(25200),
456 is_dst: false,
457 }
458}
459;
460pub const IDT: TimezoneAbbrev = TimezoneAbbrev {
461 abbrev: "IDT",
462 spec: TimezoneAbbrevSpec::FixedOffset {
463 offset: make_fixed_offset(10800),
464 is_dst: true,
465 }
466}
467;
468pub const IRKST: TimezoneAbbrev = TimezoneAbbrev {
469 abbrev: "IRKST",
470 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Irkutsk)
471}
472;
473pub const IRKT: TimezoneAbbrev = TimezoneAbbrev {
474 abbrev: "IRKT",
475 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Irkutsk)
476}
477;
478pub const IRT: TimezoneAbbrev = TimezoneAbbrev {
479 abbrev: "IRT",
480 spec: TimezoneAbbrevSpec::FixedOffset {
481 offset: make_fixed_offset(12600),
482 is_dst: false,
483 }
484}
485;
486pub const IST: TimezoneAbbrev = TimezoneAbbrev {
487 abbrev: "IST",
488 spec: TimezoneAbbrevSpec::FixedOffset {
489 offset: make_fixed_offset(7200),
490 is_dst: false,
491 }
492}
493;
494pub const JAYT: TimezoneAbbrev = TimezoneAbbrev {
495 abbrev: "JAYT",
496 spec: TimezoneAbbrevSpec::FixedOffset {
497 offset: make_fixed_offset(32400),
498 is_dst: false,
499 }
500}
501;
502pub const JST: TimezoneAbbrev = TimezoneAbbrev {
503 abbrev: "JST",
504 spec: TimezoneAbbrevSpec::FixedOffset {
505 offset: make_fixed_offset(32400),
506 is_dst: false,
507 }
508}
509;
510pub const KDT: TimezoneAbbrev = TimezoneAbbrev {
511 abbrev: "KDT",
512 spec: TimezoneAbbrevSpec::FixedOffset {
513 offset: make_fixed_offset(36000),
514 is_dst: true,
515 }
516}
517;
518pub const KGST: TimezoneAbbrev = TimezoneAbbrev {
519 abbrev: "KGST",
520 spec: TimezoneAbbrevSpec::FixedOffset {
521 offset: make_fixed_offset(21600),
522 is_dst: true,
523 }
524}
525;
526pub const KGT: TimezoneAbbrev = TimezoneAbbrev {
527 abbrev: "KGT",
528 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Bishkek)
529}
530;
531pub const KRAST: TimezoneAbbrev = TimezoneAbbrev {
532 abbrev: "KRAST",
533 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Krasnoyarsk)
534}
535;
536pub const KRAT: TimezoneAbbrev = TimezoneAbbrev {
537 abbrev: "KRAT",
538 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Krasnoyarsk)
539}
540;
541pub const KST: TimezoneAbbrev = TimezoneAbbrev {
542 abbrev: "KST",
543 spec: TimezoneAbbrevSpec::FixedOffset {
544 offset: make_fixed_offset(32400),
545 is_dst: false,
546 }
547}
548;
549pub const LKT: TimezoneAbbrev = TimezoneAbbrev {
550 abbrev: "LKT",
551 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Colombo)
552}
553;
554pub const MAGST: TimezoneAbbrev = TimezoneAbbrev {
555 abbrev: "MAGST",
556 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Magadan)
557}
558;
559pub const MAGT: TimezoneAbbrev = TimezoneAbbrev {
560 abbrev: "MAGT",
561 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Magadan)
562}
563;
564pub const MMT: TimezoneAbbrev = TimezoneAbbrev {
565 abbrev: "MMT",
566 spec: TimezoneAbbrevSpec::FixedOffset {
567 offset: make_fixed_offset(23400),
568 is_dst: false,
569 }
570}
571;
572pub const MYT: TimezoneAbbrev = TimezoneAbbrev {
573 abbrev: "MYT",
574 spec: TimezoneAbbrevSpec::FixedOffset {
575 offset: make_fixed_offset(28800),
576 is_dst: false,
577 }
578}
579;
580pub const NOVST: TimezoneAbbrev = TimezoneAbbrev {
581 abbrev: "NOVST",
582 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Novosibirsk)
583}
584;
585pub const NOVT: TimezoneAbbrev = TimezoneAbbrev {
586 abbrev: "NOVT",
587 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Novosibirsk)
588}
589;
590pub const NPT: TimezoneAbbrev = TimezoneAbbrev {
591 abbrev: "NPT",
592 spec: TimezoneAbbrevSpec::FixedOffset {
593 offset: make_fixed_offset(20700),
594 is_dst: false,
595 }
596}
597;
598pub const OMSST: TimezoneAbbrev = TimezoneAbbrev {
599 abbrev: "OMSST",
600 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Omsk)
601}
602;
603pub const OMST: TimezoneAbbrev = TimezoneAbbrev {
604 abbrev: "OMST",
605 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Omsk)
606}
607;
608pub const PETST: TimezoneAbbrev = TimezoneAbbrev {
609 abbrev: "PETST",
610 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Kamchatka)
611}
612;
613pub const PETT: TimezoneAbbrev = TimezoneAbbrev {
614 abbrev: "PETT",
615 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Kamchatka)
616}
617;
618pub const PHT: TimezoneAbbrev = TimezoneAbbrev {
619 abbrev: "PHT",
620 spec: TimezoneAbbrevSpec::FixedOffset {
621 offset: make_fixed_offset(28800),
622 is_dst: false,
623 }
624}
625;
626pub const PKT: TimezoneAbbrev = TimezoneAbbrev {
627 abbrev: "PKT",
628 spec: TimezoneAbbrevSpec::FixedOffset {
629 offset: make_fixed_offset(18000),
630 is_dst: false,
631 }
632}
633;
634pub const PKST: TimezoneAbbrev = TimezoneAbbrev {
635 abbrev: "PKST",
636 spec: TimezoneAbbrevSpec::FixedOffset {
637 offset: make_fixed_offset(21600),
638 is_dst: true,
639 }
640}
641;
642pub const SGT: TimezoneAbbrev = TimezoneAbbrev {
643 abbrev: "SGT",
644 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Singapore)
645}
646;
647pub const TJT: TimezoneAbbrev = TimezoneAbbrev {
648 abbrev: "TJT",
649 spec: TimezoneAbbrevSpec::FixedOffset {
650 offset: make_fixed_offset(18000),
651 is_dst: false,
652 }
653}
654;
655pub const TMT: TimezoneAbbrev = TimezoneAbbrev {
656 abbrev: "TMT",
657 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Ashgabat)
658}
659;
660pub const ULAST: TimezoneAbbrev = TimezoneAbbrev {
661 abbrev: "ULAST",
662 spec: TimezoneAbbrevSpec::FixedOffset {
663 offset: make_fixed_offset(32400),
664 is_dst: true,
665 }
666}
667;
668pub const ULAT: TimezoneAbbrev = TimezoneAbbrev {
669 abbrev: "ULAT",
670 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Ulaanbaatar)
671}
672;
673pub const UZST: TimezoneAbbrev = TimezoneAbbrev {
674 abbrev: "UZST",
675 spec: TimezoneAbbrevSpec::FixedOffset {
676 offset: make_fixed_offset(21600),
677 is_dst: true,
678 }
679}
680;
681pub const UZT: TimezoneAbbrev = TimezoneAbbrev {
682 abbrev: "UZT",
683 spec: TimezoneAbbrevSpec::FixedOffset {
684 offset: make_fixed_offset(18000),
685 is_dst: false,
686 }
687}
688;
689pub const VLAST: TimezoneAbbrev = TimezoneAbbrev {
690 abbrev: "VLAST",
691 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Vladivostok)
692}
693;
694pub const VLAT: TimezoneAbbrev = TimezoneAbbrev {
695 abbrev: "VLAT",
696 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Vladivostok)
697}
698;
699pub const XJT: TimezoneAbbrev = TimezoneAbbrev {
700 abbrev: "XJT",
701 spec: TimezoneAbbrevSpec::FixedOffset {
702 offset: make_fixed_offset(21600),
703 is_dst: false,
704 }
705}
706;
707pub const YAKST: TimezoneAbbrev = TimezoneAbbrev {
708 abbrev: "YAKST",
709 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Yakutsk)
710}
711;
712pub const YAKT: TimezoneAbbrev = TimezoneAbbrev {
713 abbrev: "YAKT",
714 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Yakutsk)
715}
716;
717pub const YEKST: TimezoneAbbrev = TimezoneAbbrev {
718 abbrev: "YEKST",
719 spec: TimezoneAbbrevSpec::FixedOffset {
720 offset: make_fixed_offset(21600),
721 is_dst: true,
722 }
723}
724;
725pub const YEKT: TimezoneAbbrev = TimezoneAbbrev {
726 abbrev: "YEKT",
727 spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Yekaterinburg)
728}
729;
730pub const ADT: TimezoneAbbrev = TimezoneAbbrev {
731 abbrev: "ADT",
732 spec: TimezoneAbbrevSpec::FixedOffset {
733 offset: make_fixed_offset(-10800),
734 is_dst: true,
735 }
736}
737;
738pub const AST: TimezoneAbbrev = TimezoneAbbrev {
739 abbrev: "AST",
740 spec: TimezoneAbbrevSpec::FixedOffset {
741 offset: make_fixed_offset(-14400),
742 is_dst: false,
743 }
744}
745;
746pub const AZOST: TimezoneAbbrev = TimezoneAbbrev {
747 abbrev: "AZOST",
748 spec: TimezoneAbbrevSpec::FixedOffset {
749 offset: make_fixed_offset(0),
750 is_dst: true,
751 }
752}
753;
754pub const AZOT: TimezoneAbbrev = TimezoneAbbrev {
755 abbrev: "AZOT",
756 spec: TimezoneAbbrevSpec::FixedOffset {
757 offset: make_fixed_offset(-3600),
758 is_dst: false,
759 }
760}
761;
762pub const FKST: TimezoneAbbrev = TimezoneAbbrev {
763 abbrev: "FKST",
764 spec: TimezoneAbbrevSpec::Tz(Tz::Atlantic__Stanley)
765}
766;
767pub const FKT: TimezoneAbbrev = TimezoneAbbrev {
768 abbrev: "FKT",
769 spec: TimezoneAbbrevSpec::Tz(Tz::Atlantic__Stanley)
770}
771;
772pub const ACSST: TimezoneAbbrev = TimezoneAbbrev {
773 abbrev: "ACSST",
774 spec: TimezoneAbbrevSpec::FixedOffset {
775 offset: make_fixed_offset(37800),
776 is_dst: true,
777 }
778}
779;
780pub const ACDT: TimezoneAbbrev = TimezoneAbbrev {
781 abbrev: "ACDT",
782 spec: TimezoneAbbrevSpec::FixedOffset {
783 offset: make_fixed_offset(37800),
784 is_dst: true,
785 }
786}
787;
788pub const ACST: TimezoneAbbrev = TimezoneAbbrev {
789 abbrev: "ACST",
790 spec: TimezoneAbbrevSpec::FixedOffset {
791 offset: make_fixed_offset(34200),
792 is_dst: false,
793 }
794}
795;
796pub const ACWST: TimezoneAbbrev = TimezoneAbbrev {
797 abbrev: "ACWST",
798 spec: TimezoneAbbrevSpec::FixedOffset {
799 offset: make_fixed_offset(31500),
800 is_dst: false,
801 }
802}
803;
804pub const AESST: TimezoneAbbrev = TimezoneAbbrev {
805 abbrev: "AESST",
806 spec: TimezoneAbbrevSpec::FixedOffset {
807 offset: make_fixed_offset(39600),
808 is_dst: true,
809 }
810}
811;
812pub const AEDT: TimezoneAbbrev = TimezoneAbbrev {
813 abbrev: "AEDT",
814 spec: TimezoneAbbrevSpec::FixedOffset {
815 offset: make_fixed_offset(39600),
816 is_dst: true,
817 }
818}
819;
820pub const AEST: TimezoneAbbrev = TimezoneAbbrev {
821 abbrev: "AEST",
822 spec: TimezoneAbbrevSpec::FixedOffset {
823 offset: make_fixed_offset(36000),
824 is_dst: false,
825 }
826}
827;
828pub const AWSST: TimezoneAbbrev = TimezoneAbbrev {
829 abbrev: "AWSST",
830 spec: TimezoneAbbrevSpec::FixedOffset {
831 offset: make_fixed_offset(32400),
832 is_dst: true,
833 }
834}
835;
836pub const AWST: TimezoneAbbrev = TimezoneAbbrev {
837 abbrev: "AWST",
838 spec: TimezoneAbbrevSpec::FixedOffset {
839 offset: make_fixed_offset(28800),
840 is_dst: false,
841 }
842}
843;
844pub const CADT: TimezoneAbbrev = TimezoneAbbrev {
845 abbrev: "CADT",
846 spec: TimezoneAbbrevSpec::FixedOffset {
847 offset: make_fixed_offset(37800),
848 is_dst: true,
849 }
850}
851;
852pub const CAST: TimezoneAbbrev = TimezoneAbbrev {
853 abbrev: "CAST",
854 spec: TimezoneAbbrevSpec::FixedOffset {
855 offset: make_fixed_offset(34200),
856 is_dst: false,
857 }
858}
859;
860pub const LHDT: TimezoneAbbrev = TimezoneAbbrev {
861 abbrev: "LHDT",
862 spec: TimezoneAbbrevSpec::Tz(Tz::Australia__Lord_Howe)
863}
864;
865pub const LHST: TimezoneAbbrev = TimezoneAbbrev {
866 abbrev: "LHST",
867 spec: TimezoneAbbrevSpec::FixedOffset {
868 offset: make_fixed_offset(37800),
869 is_dst: false,
870 }
871}
872;
873pub const LIGT: TimezoneAbbrev = TimezoneAbbrev {
874 abbrev: "LIGT",
875 spec: TimezoneAbbrevSpec::FixedOffset {
876 offset: make_fixed_offset(36000),
877 is_dst: false,
878 }
879}
880;
881pub const NZT: TimezoneAbbrev = TimezoneAbbrev {
882 abbrev: "NZT",
883 spec: TimezoneAbbrevSpec::FixedOffset {
884 offset: make_fixed_offset(43200),
885 is_dst: false,
886 }
887}
888;
889pub const SADT: TimezoneAbbrev = TimezoneAbbrev {
890 abbrev: "SADT",
891 spec: TimezoneAbbrevSpec::FixedOffset {
892 offset: make_fixed_offset(37800),
893 is_dst: true,
894 }
895}
896;
897pub const WADT: TimezoneAbbrev = TimezoneAbbrev {
898 abbrev: "WADT",
899 spec: TimezoneAbbrevSpec::FixedOffset {
900 offset: make_fixed_offset(28800),
901 is_dst: true,
902 }
903}
904;
905pub const WAST: TimezoneAbbrev = TimezoneAbbrev {
906 abbrev: "WAST",
907 spec: TimezoneAbbrevSpec::FixedOffset {
908 offset: make_fixed_offset(25200),
909 is_dst: false,
910 }
911}
912;
913pub const WDT: TimezoneAbbrev = TimezoneAbbrev {
914 abbrev: "WDT",
915 spec: TimezoneAbbrevSpec::FixedOffset {
916 offset: make_fixed_offset(32400),
917 is_dst: true,
918 }
919}
920;
921pub const GMT: TimezoneAbbrev = TimezoneAbbrev {
922 abbrev: "GMT",
923 spec: TimezoneAbbrevSpec::FixedOffset {
924 offset: make_fixed_offset(0),
925 is_dst: false,
926 }
927}
928;
929pub const UCT: TimezoneAbbrev = TimezoneAbbrev {
930 abbrev: "UCT",
931 spec: TimezoneAbbrevSpec::FixedOffset {
932 offset: make_fixed_offset(0),
933 is_dst: false,
934 }
935}
936;
937pub const UT: TimezoneAbbrev = TimezoneAbbrev {
938 abbrev: "UT",
939 spec: TimezoneAbbrevSpec::FixedOffset {
940 offset: make_fixed_offset(0),
941 is_dst: false,
942 }
943}
944;
945pub const UTC: TimezoneAbbrev = TimezoneAbbrev {
946 abbrev: "UTC",
947 spec: TimezoneAbbrevSpec::FixedOffset {
948 offset: make_fixed_offset(0),
949 is_dst: false,
950 }
951}
952;
953pub const Z: TimezoneAbbrev = TimezoneAbbrev {
954 abbrev: "Z",
955 spec: TimezoneAbbrevSpec::FixedOffset {
956 offset: make_fixed_offset(0),
957 is_dst: false,
958 }
959}
960;
961pub const ZULU: TimezoneAbbrev = TimezoneAbbrev {
962 abbrev: "ZULU",
963 spec: TimezoneAbbrevSpec::FixedOffset {
964 offset: make_fixed_offset(0),
965 is_dst: false,
966 }
967}
968;
969pub const BST: TimezoneAbbrev = TimezoneAbbrev {
970 abbrev: "BST",
971 spec: TimezoneAbbrevSpec::FixedOffset {
972 offset: make_fixed_offset(3600),
973 is_dst: true,
974 }
975}
976;
977pub const BDST: TimezoneAbbrev = TimezoneAbbrev {
978 abbrev: "BDST",
979 spec: TimezoneAbbrevSpec::FixedOffset {
980 offset: make_fixed_offset(7200),
981 is_dst: true,
982 }
983}
984;
985pub const CEST: TimezoneAbbrev = TimezoneAbbrev {
986 abbrev: "CEST",
987 spec: TimezoneAbbrevSpec::FixedOffset {
988 offset: make_fixed_offset(7200),
989 is_dst: true,
990 }
991}
992;
993pub const CET: TimezoneAbbrev = TimezoneAbbrev {
994 abbrev: "CET",
995 spec: TimezoneAbbrevSpec::FixedOffset {
996 offset: make_fixed_offset(3600),
997 is_dst: false,
998 }
999}
1000;
1001pub const CETDST: TimezoneAbbrev = TimezoneAbbrev {
1002 abbrev: "CETDST",
1003 spec: TimezoneAbbrevSpec::FixedOffset {
1004 offset: make_fixed_offset(7200),
1005 is_dst: true,
1006 }
1007}
1008;
1009pub const EEST: TimezoneAbbrev = TimezoneAbbrev {
1010 abbrev: "EEST",
1011 spec: TimezoneAbbrevSpec::FixedOffset {
1012 offset: make_fixed_offset(10800),
1013 is_dst: true,
1014 }
1015}
1016;
1017pub const EET: TimezoneAbbrev = TimezoneAbbrev {
1018 abbrev: "EET",
1019 spec: TimezoneAbbrevSpec::FixedOffset {
1020 offset: make_fixed_offset(7200),
1021 is_dst: false,
1022 }
1023}
1024;
1025pub const EETDST: TimezoneAbbrev = TimezoneAbbrev {
1026 abbrev: "EETDST",
1027 spec: TimezoneAbbrevSpec::FixedOffset {
1028 offset: make_fixed_offset(10800),
1029 is_dst: true,
1030 }
1031}
1032;
1033pub const FET: TimezoneAbbrev = TimezoneAbbrev {
1034 abbrev: "FET",
1035 spec: TimezoneAbbrevSpec::FixedOffset {
1036 offset: make_fixed_offset(10800),
1037 is_dst: false,
1038 }
1039}
1040;
1041pub const MEST: TimezoneAbbrev = TimezoneAbbrev {
1042 abbrev: "MEST",
1043 spec: TimezoneAbbrevSpec::FixedOffset {
1044 offset: make_fixed_offset(7200),
1045 is_dst: true,
1046 }
1047}
1048;
1049pub const MESZ: TimezoneAbbrev = TimezoneAbbrev {
1050 abbrev: "MESZ",
1051 spec: TimezoneAbbrevSpec::FixedOffset {
1052 offset: make_fixed_offset(7200),
1053 is_dst: true,
1054 }
1055}
1056;
1057pub const MET: TimezoneAbbrev = TimezoneAbbrev {
1058 abbrev: "MET",
1059 spec: TimezoneAbbrevSpec::FixedOffset {
1060 offset: make_fixed_offset(3600),
1061 is_dst: false,
1062 }
1063}
1064;
1065pub const METDST: TimezoneAbbrev = TimezoneAbbrev {
1066 abbrev: "METDST",
1067 spec: TimezoneAbbrevSpec::FixedOffset {
1068 offset: make_fixed_offset(7200),
1069 is_dst: true,
1070 }
1071}
1072;
1073pub const MEZ: TimezoneAbbrev = TimezoneAbbrev {
1074 abbrev: "MEZ",
1075 spec: TimezoneAbbrevSpec::FixedOffset {
1076 offset: make_fixed_offset(3600),
1077 is_dst: false,
1078 }
1079}
1080;
1081pub const MSD: TimezoneAbbrev = TimezoneAbbrev {
1082 abbrev: "MSD",
1083 spec: TimezoneAbbrevSpec::FixedOffset {
1084 offset: make_fixed_offset(14400),
1085 is_dst: true,
1086 }
1087}
1088;
1089pub const MSK: TimezoneAbbrev = TimezoneAbbrev {
1090 abbrev: "MSK",
1091 spec: TimezoneAbbrevSpec::Tz(Tz::Europe__Moscow)
1092}
1093;
1094pub const VOLT: TimezoneAbbrev = TimezoneAbbrev {
1095 abbrev: "VOLT",
1096 spec: TimezoneAbbrevSpec::Tz(Tz::Europe__Volgograd)
1097}
1098;
1099pub const WET: TimezoneAbbrev = TimezoneAbbrev {
1100 abbrev: "WET",
1101 spec: TimezoneAbbrevSpec::FixedOffset {
1102 offset: make_fixed_offset(0),
1103 is_dst: false,
1104 }
1105}
1106;
1107pub const WETDST: TimezoneAbbrev = TimezoneAbbrev {
1108 abbrev: "WETDST",
1109 spec: TimezoneAbbrevSpec::FixedOffset {
1110 offset: make_fixed_offset(3600),
1111 is_dst: true,
1112 }
1113}
1114;
1115pub const CXT: TimezoneAbbrev = TimezoneAbbrev {
1116 abbrev: "CXT",
1117 spec: TimezoneAbbrevSpec::FixedOffset {
1118 offset: make_fixed_offset(25200),
1119 is_dst: false,
1120 }
1121}
1122;
1123pub const IOT: TimezoneAbbrev = TimezoneAbbrev {
1124 abbrev: "IOT",
1125 spec: TimezoneAbbrevSpec::Tz(Tz::Indian__Chagos)
1126}
1127;
1128pub const MUT: TimezoneAbbrev = TimezoneAbbrev {
1129 abbrev: "MUT",
1130 spec: TimezoneAbbrevSpec::FixedOffset {
1131 offset: make_fixed_offset(14400),
1132 is_dst: false,
1133 }
1134}
1135;
1136pub const MUST: TimezoneAbbrev = TimezoneAbbrev {
1137 abbrev: "MUST",
1138 spec: TimezoneAbbrevSpec::FixedOffset {
1139 offset: make_fixed_offset(18000),
1140 is_dst: true,
1141 }
1142}
1143;
1144pub const MVT: TimezoneAbbrev = TimezoneAbbrev {
1145 abbrev: "MVT",
1146 spec: TimezoneAbbrevSpec::FixedOffset {
1147 offset: make_fixed_offset(18000),
1148 is_dst: false,
1149 }
1150}
1151;
1152pub const RET: TimezoneAbbrev = TimezoneAbbrev {
1153 abbrev: "RET",
1154 spec: TimezoneAbbrevSpec::FixedOffset {
1155 offset: make_fixed_offset(14400),
1156 is_dst: false,
1157 }
1158}
1159;
1160pub const SCT: TimezoneAbbrev = TimezoneAbbrev {
1161 abbrev: "SCT",
1162 spec: TimezoneAbbrevSpec::FixedOffset {
1163 offset: make_fixed_offset(14400),
1164 is_dst: false,
1165 }
1166}
1167;
1168pub const TFT: TimezoneAbbrev = TimezoneAbbrev {
1169 abbrev: "TFT",
1170 spec: TimezoneAbbrevSpec::FixedOffset {
1171 offset: make_fixed_offset(18000),
1172 is_dst: false,
1173 }
1174}
1175;
1176pub const CHADT: TimezoneAbbrev = TimezoneAbbrev {
1177 abbrev: "CHADT",
1178 spec: TimezoneAbbrevSpec::FixedOffset {
1179 offset: make_fixed_offset(49500),
1180 is_dst: true,
1181 }
1182}
1183;
1184pub const CHAST: TimezoneAbbrev = TimezoneAbbrev {
1185 abbrev: "CHAST",
1186 spec: TimezoneAbbrevSpec::FixedOffset {
1187 offset: make_fixed_offset(45900),
1188 is_dst: false,
1189 }
1190}
1191;
1192pub const CHUT: TimezoneAbbrev = TimezoneAbbrev {
1193 abbrev: "CHUT",
1194 spec: TimezoneAbbrevSpec::FixedOffset {
1195 offset: make_fixed_offset(36000),
1196 is_dst: false,
1197 }
1198}
1199;
1200pub const CKT: TimezoneAbbrev = TimezoneAbbrev {
1201 abbrev: "CKT",
1202 spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Rarotonga)
1203}
1204;
1205pub const EASST: TimezoneAbbrev = TimezoneAbbrev {
1206 abbrev: "EASST",
1207 spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Easter)
1208}
1209;
1210pub const EAST: TimezoneAbbrev = TimezoneAbbrev {
1211 abbrev: "EAST",
1212 spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Easter)
1213}
1214;
1215pub const FJST: TimezoneAbbrev = TimezoneAbbrev {
1216 abbrev: "FJST",
1217 spec: TimezoneAbbrevSpec::FixedOffset {
1218 offset: make_fixed_offset(46800),
1219 is_dst: true,
1220 }
1221}
1222;
1223pub const FJT: TimezoneAbbrev = TimezoneAbbrev {
1224 abbrev: "FJT",
1225 spec: TimezoneAbbrevSpec::FixedOffset {
1226 offset: make_fixed_offset(43200),
1227 is_dst: false,
1228 }
1229}
1230;
1231pub const GALT: TimezoneAbbrev = TimezoneAbbrev {
1232 abbrev: "GALT",
1233 spec: TimezoneAbbrevSpec::FixedOffset {
1234 offset: make_fixed_offset(-21600),
1235 is_dst: false,
1236 }
1237}
1238;
1239pub const GAMT: TimezoneAbbrev = TimezoneAbbrev {
1240 abbrev: "GAMT",
1241 spec: TimezoneAbbrevSpec::FixedOffset {
1242 offset: make_fixed_offset(-32400),
1243 is_dst: false,
1244 }
1245}
1246;
1247pub const GILT: TimezoneAbbrev = TimezoneAbbrev {
1248 abbrev: "GILT",
1249 spec: TimezoneAbbrevSpec::FixedOffset {
1250 offset: make_fixed_offset(43200),
1251 is_dst: false,
1252 }
1253}
1254;
1255pub const HST: TimezoneAbbrev = TimezoneAbbrev {
1256 abbrev: "HST",
1257 spec: TimezoneAbbrevSpec::FixedOffset {
1258 offset: make_fixed_offset(-36000),
1259 is_dst: false,
1260 }
1261}
1262;
1263pub const KOST: TimezoneAbbrev = TimezoneAbbrev {
1264 abbrev: "KOST",
1265 spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Kosrae)
1266}
1267;
1268pub const LINT: TimezoneAbbrev = TimezoneAbbrev {
1269 abbrev: "LINT",
1270 spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Kiritimati)
1271}
1272;
1273pub const MART: TimezoneAbbrev = TimezoneAbbrev {
1274 abbrev: "MART",
1275 spec: TimezoneAbbrevSpec::FixedOffset {
1276 offset: make_fixed_offset(-34200),
1277 is_dst: false,
1278 }
1279}
1280;
1281pub const MHT: TimezoneAbbrev = TimezoneAbbrev {
1282 abbrev: "MHT",
1283 spec: TimezoneAbbrevSpec::FixedOffset {
1284 offset: make_fixed_offset(43200),
1285 is_dst: false,
1286 }
1287}
1288;
1289pub const MPT: TimezoneAbbrev = TimezoneAbbrev {
1290 abbrev: "MPT",
1291 spec: TimezoneAbbrevSpec::FixedOffset {
1292 offset: make_fixed_offset(36000),
1293 is_dst: false,
1294 }
1295}
1296;
1297pub const NUT: TimezoneAbbrev = TimezoneAbbrev {
1298 abbrev: "NUT",
1299 spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Niue)
1300}
1301;
1302pub const NZDT: TimezoneAbbrev = TimezoneAbbrev {
1303 abbrev: "NZDT",
1304 spec: TimezoneAbbrevSpec::FixedOffset {
1305 offset: make_fixed_offset(46800),
1306 is_dst: true,
1307 }
1308}
1309;
1310pub const NZST: TimezoneAbbrev = TimezoneAbbrev {
1311 abbrev: "NZST",
1312 spec: TimezoneAbbrevSpec::FixedOffset {
1313 offset: make_fixed_offset(43200),
1314 is_dst: false,
1315 }
1316}
1317;
1318pub const PGT: TimezoneAbbrev = TimezoneAbbrev {
1319 abbrev: "PGT",
1320 spec: TimezoneAbbrevSpec::FixedOffset {
1321 offset: make_fixed_offset(36000),
1322 is_dst: false,
1323 }
1324}
1325;
1326pub const PONT: TimezoneAbbrev = TimezoneAbbrev {
1327 abbrev: "PONT",
1328 spec: TimezoneAbbrevSpec::FixedOffset {
1329 offset: make_fixed_offset(39600),
1330 is_dst: false,
1331 }
1332}
1333;
1334pub const PWT: TimezoneAbbrev = TimezoneAbbrev {
1335 abbrev: "PWT",
1336 spec: TimezoneAbbrevSpec::FixedOffset {
1337 offset: make_fixed_offset(32400),
1338 is_dst: false,
1339 }
1340}
1341;
1342pub const TAHT: TimezoneAbbrev = TimezoneAbbrev {
1343 abbrev: "TAHT",
1344 spec: TimezoneAbbrevSpec::FixedOffset {
1345 offset: make_fixed_offset(-36000),
1346 is_dst: false,
1347 }
1348}
1349;
1350pub const TKT: TimezoneAbbrev = TimezoneAbbrev {
1351 abbrev: "TKT",
1352 spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Fakaofo)
1353}
1354;
1355pub const TOT: TimezoneAbbrev = TimezoneAbbrev {
1356 abbrev: "TOT",
1357 spec: TimezoneAbbrevSpec::FixedOffset {
1358 offset: make_fixed_offset(46800),
1359 is_dst: false,
1360 }
1361}
1362;
1363pub const TRUT: TimezoneAbbrev = TimezoneAbbrev {
1364 abbrev: "TRUT",
1365 spec: TimezoneAbbrevSpec::FixedOffset {
1366 offset: make_fixed_offset(36000),
1367 is_dst: false,
1368 }
1369}
1370;
1371pub const TVT: TimezoneAbbrev = TimezoneAbbrev {
1372 abbrev: "TVT",
1373 spec: TimezoneAbbrevSpec::FixedOffset {
1374 offset: make_fixed_offset(43200),
1375 is_dst: false,
1376 }
1377}
1378;
1379pub const VUT: TimezoneAbbrev = TimezoneAbbrev {
1380 abbrev: "VUT",
1381 spec: TimezoneAbbrevSpec::FixedOffset {
1382 offset: make_fixed_offset(39600),
1383 is_dst: false,
1384 }
1385}
1386;
1387pub const WAKT: TimezoneAbbrev = TimezoneAbbrev {
1388 abbrev: "WAKT",
1389 spec: TimezoneAbbrevSpec::FixedOffset {
1390 offset: make_fixed_offset(43200),
1391 is_dst: false,
1392 }
1393}
1394;
1395pub const WFT: TimezoneAbbrev = TimezoneAbbrev {
1396 abbrev: "WFT",
1397 spec: TimezoneAbbrevSpec::FixedOffset {
1398 offset: make_fixed_offset(43200),
1399 is_dst: false,
1400 }
1401}
1402;
1403pub const YAPT: TimezoneAbbrev = TimezoneAbbrev {
1404 abbrev: "YAPT",
1405 spec: TimezoneAbbrevSpec::FixedOffset {
1406 offset: make_fixed_offset(36000),
1407 is_dst: false,
1408 }
1409}
1410;
1411pub static TIMEZONE_ABBREVS: phf::Map<&'static UncasedStr, TimezoneAbbrev> = ::phf::Map {
1412 key: 12913932095322966823,
1413 disps: &[
1414 (0, 79),
1415 (0, 159),
1416 (0, 0),
1417 (0, 23),
1418 (0, 15),
1419 (0, 2),
1420 (0, 0),
1421 (5, 22),
1422 (0, 5),
1423 (0, 6),
1424 (1, 156),
1425 (0, 34),
1426 (3, 183),
1427 (0, 77),
1428 (3, 41),
1429 (0, 8),
1430 (3, 11),
1431 (0, 43),
1432 (1, 30),
1433 (15, 67),
1434 (0, 158),
1435 (0, 74),
1436 (0, 3),
1437 (0, 1),
1438 (9, 102),
1439 (0, 0),
1440 (12, 27),
1441 (40, 85),
1442 (12, 63),
1443 (0, 107),
1444 (47, 179),
1445 (169, 142),
1446 (3, 35),
1447 (0, 0),
1448 (2, 21),
1449 (0, 165),
1450 (1, 172),
1451 (0, 46),
1452 (0, 9),
1453 ],
1454 entries: &[
1455 (UncasedStr::new("YEKT"), YEKT),
1456 (UncasedStr::new("HST"), HST),
1457 (UncasedStr::new("AEDT"), AEDT),
1458 (UncasedStr::new("MVT"), MVT),
1459 (UncasedStr::new("JST"), JST),
1460 (UncasedStr::new("CHADT"), CHADT),
1461 (UncasedStr::new("MST"), MST),
1462 (UncasedStr::new("LKT"), LKT),
1463 (UncasedStr::new("VET"), VET),
1464 (UncasedStr::new("MSK"), MSK),
1465 (UncasedStr::new("EAST"), EAST),
1466 (UncasedStr::new("BDST"), BDST),
1467 (UncasedStr::new("AZOST"), AZOST),
1468 (UncasedStr::new("AZOT"), AZOT),
1469 (UncasedStr::new("GMT"), GMT),
1470 (UncasedStr::new("IRT"), IRT),
1471 (UncasedStr::new("NPT"), NPT),
1472 (UncasedStr::new("IRKST"), IRKST),
1473 (UncasedStr::new("SGT"), SGT),
1474 (UncasedStr::new("CCT"), CCT),
1475 (UncasedStr::new("BORT"), BORT),
1476 (UncasedStr::new("LIGT"), LIGT),
1477 (UncasedStr::new("UYST"), UYST),
1478 (UncasedStr::new("NOVT"), NOVT),
1479 (UncasedStr::new("AEST"), AEST),
1480 (UncasedStr::new("GFT"), GFT),
1481 (UncasedStr::new("TVT"), TVT),
1482 (UncasedStr::new("GEST"), GEST),
1483 (UncasedStr::new("ULAST"), ULAST),
1484 (UncasedStr::new("ALMT"), ALMT),
1485 (UncasedStr::new("CST"), CST),
1486 (UncasedStr::new("FNT"), FNT),
1487 (UncasedStr::new("AESST"), AESST),
1488 (UncasedStr::new("WAT"), WAT),
1489 (UncasedStr::new("SCT"), SCT),
1490 (UncasedStr::new("Z"), Z),
1491 (UncasedStr::new("BTT"), BTT),
1492 (UncasedStr::new("IST"), IST),
1493 (UncasedStr::new("PETST"), PETST),
1494 (UncasedStr::new("PKST"), PKST),
1495 (UncasedStr::new("ICT"), ICT),
1496 (UncasedStr::new("IOT"), IOT),
1497 (UncasedStr::new("FKST"), FKST),
1498 (UncasedStr::new("ARST"), ARST),
1499 (UncasedStr::new("NZDT"), NZDT),
1500 (UncasedStr::new("UT"), UT),
1501 (UncasedStr::new("UTC"), UTC),
1502 (UncasedStr::new("NDT"), NDT),
1503 (UncasedStr::new("XJT"), XJT),
1504 (UncasedStr::new("IDT"), IDT),
1505 (UncasedStr::new("AWST"), AWST),
1506 (UncasedStr::new("MDT"), MDT),
1507 (UncasedStr::new("UCT"), UCT),
1508 (UncasedStr::new("YEKST"), YEKST),
1509 (UncasedStr::new("JAYT"), JAYT),
1510 (UncasedStr::new("ULAT"), ULAT),
1511 (UncasedStr::new("CADT"), CADT),
1512 (UncasedStr::new("NOVST"), NOVST),
1513 (UncasedStr::new("LHST"), LHST),
1514 (UncasedStr::new("KGT"), KGT),
1515 (UncasedStr::new("CDT"), CDT),
1516 (UncasedStr::new("DDUT"), DDUT),
1517 (UncasedStr::new("KST"), KST),
1518 (UncasedStr::new("VUT"), VUT),
1519 (UncasedStr::new("MEZ"), MEZ),
1520 (UncasedStr::new("TJT"), TJT),
1521 (UncasedStr::new("KRAST"), KRAST),
1522 (UncasedStr::new("ACST"), ACST),
1523 (UncasedStr::new("MET"), MET),
1524 (UncasedStr::new("ACT"), ACT),
1525 (UncasedStr::new("YAPT"), YAPT),
1526 (UncasedStr::new("BST"), BST),
1527 (UncasedStr::new("MSD"), MSD),
1528 (UncasedStr::new("VLAT"), VLAT),
1529 (UncasedStr::new("BRA"), BRA),
1530 (UncasedStr::new("CLST"), CLST),
1531 (UncasedStr::new("PYST"), PYST),
1532 (UncasedStr::new("UZST"), UZST),
1533 (UncasedStr::new("GALT"), GALT),
1534 (UncasedStr::new("MHT"), MHT),
1535 (UncasedStr::new("CEST"), CEST),
1536 (UncasedStr::new("AMST"), AMST),
1537 (UncasedStr::new("WGT"), WGT),
1538 (UncasedStr::new("MYT"), MYT),
1539 (UncasedStr::new("ACDT"), ACDT),
1540 (UncasedStr::new("TAHT"), TAHT),
1541 (UncasedStr::new("METDST"), METDST),
1542 (UncasedStr::new("FJST"), FJST),
1543 (UncasedStr::new("TRUT"), TRUT),
1544 (UncasedStr::new("MART"), MART),
1545 (UncasedStr::new("CETDST"), CETDST),
1546 (UncasedStr::new("VLAST"), VLAST),
1547 (UncasedStr::new("CET"), CET),
1548 (UncasedStr::new("FKT"), FKT),
1549 (UncasedStr::new("ACWST"), ACWST),
1550 (UncasedStr::new("BRST"), BRST),
1551 (UncasedStr::new("CKT"), CKT),
1552 (UncasedStr::new("PMDT"), PMDT),
1553 (UncasedStr::new("EASST"), EASST),
1554 (UncasedStr::new("AKDT"), AKDT),
1555 (UncasedStr::new("GAMT"), GAMT),
1556 (UncasedStr::new("SAST"), SAST),
1557 (UncasedStr::new("PHT"), PHT),
1558 (UncasedStr::new("IRKT"), IRKT),
1559 (UncasedStr::new("UZT"), UZT),
1560 (UncasedStr::new("NZST"), NZST),
1561 (UncasedStr::new("YAKST"), YAKST),
1562 (UncasedStr::new("EGST"), EGST),
1563 (UncasedStr::new("BDT"), BDT),
1564 (UncasedStr::new("ADT"), ADT),
1565 (UncasedStr::new("PGT"), PGT),
1566 (UncasedStr::new("PONT"), PONT),
1567 (UncasedStr::new("MAWT"), MAWT),
1568 (UncasedStr::new("AMT"), AMT),
1569 (UncasedStr::new("MAGST"), MAGST),
1570 (UncasedStr::new("KDT"), KDT),
1571 (UncasedStr::new("KRAT"), KRAT),
1572 (UncasedStr::new("FET"), FET),
1573 (UncasedStr::new("NUT"), NUT),
1574 (UncasedStr::new("ALMST"), ALMST),
1575 (UncasedStr::new("GET"), GET),
1576 (UncasedStr::new("MUST"), MUST),
1577 (UncasedStr::new("LINT"), LINT),
1578 (UncasedStr::new("EET"), EET),
1579 (UncasedStr::new("HKT"), HKT),
1580 (UncasedStr::new("MPT"), MPT),
1581 (UncasedStr::new("EEST"), EEST),
1582 (UncasedStr::new("CLT"), CLT),
1583 (UncasedStr::new("MAGT"), MAGT),
1584 (UncasedStr::new("CHUT"), CHUT),
1585 (UncasedStr::new("NST"), NST),
1586 (UncasedStr::new("GILT"), GILT),
1587 (UncasedStr::new("PET"), PET),
1588 (UncasedStr::new("KOST"), KOST),
1589 (UncasedStr::new("GYT"), GYT),
1590 (UncasedStr::new("COT"), COT),
1591 (UncasedStr::new("CHAST"), CHAST),
1592 (UncasedStr::new("EETDST"), EETDST),
1593 (UncasedStr::new("PWT"), PWT),
1594 (UncasedStr::new("BOT"), BOT),
1595 (UncasedStr::new("FNST"), FNST),
1596 (UncasedStr::new("PYT"), PYT),
1597 (UncasedStr::new("WET"), WET),
1598 (UncasedStr::new("AZST"), AZST),
1599 (UncasedStr::new("RET"), RET),
1600 (UncasedStr::new("CXT"), CXT),
1601 (UncasedStr::new("EDT"), EDT),
1602 (UncasedStr::new("PST"), PST),
1603 (UncasedStr::new("WADT"), WADT),
1604 (UncasedStr::new("AST"), AST),
1605 (UncasedStr::new("BRT"), BRT),
1606 (UncasedStr::new("KGST"), KGST),
1607 (UncasedStr::new("PMST"), PMST),
1608 (UncasedStr::new("AKST"), AKST),
1609 (UncasedStr::new("WGST"), WGST),
1610 (UncasedStr::new("VOLT"), VOLT),
1611 (UncasedStr::new("FJT"), FJT),
1612 (UncasedStr::new("PKT"), PKT),
1613 (UncasedStr::new("PDT"), PDT),
1614 (UncasedStr::new("AZT"), AZT),
1615 (UncasedStr::new("ANAT"), ANAT),
1616 (UncasedStr::new("AFT"), AFT),
1617 (UncasedStr::new("WAKT"), WAKT),
1618 (UncasedStr::new("OMST"), OMST),
1619 (UncasedStr::new("ART"), ART),
1620 (UncasedStr::new("LHDT"), LHDT),
1621 (UncasedStr::new("AWSST"), AWSST),
1622 (UncasedStr::new("WDT"), WDT),
1623 (UncasedStr::new("YAKT"), YAKT),
1624 (UncasedStr::new("WETDST"), WETDST),
1625 (UncasedStr::new("CAST"), CAST),
1626 (UncasedStr::new("NFT"), NFT),
1627 (UncasedStr::new("MESZ"), MESZ),
1628 (UncasedStr::new("MUT"), MUT),
1629 (UncasedStr::new("TOT"), TOT),
1630 (UncasedStr::new("DAVT"), DAVT),
1631 (UncasedStr::new("NZT"), NZT),
1632 (UncasedStr::new("ZULU"), ZULU),
1633 (UncasedStr::new("MEST"), MEST),
1634 (UncasedStr::new("EST"), EST),
1635 (UncasedStr::new("WFT"), WFT),
1636 (UncasedStr::new("MMT"), MMT),
1637 (UncasedStr::new("BNT"), BNT),
1638 (UncasedStr::new("ANAST"), ANAST),
1639 (UncasedStr::new("TKT"), TKT),
1640 (UncasedStr::new("TMT"), TMT),
1641 (UncasedStr::new("EGT"), EGT),
1642 (UncasedStr::new("OMSST"), OMSST),
1643 (UncasedStr::new("WAST"), WAST),
1644 (UncasedStr::new("EAT"), EAT),
1645 (UncasedStr::new("SADT"), SADT),
1646 (UncasedStr::new("UYT"), UYT),
1647 (UncasedStr::new("ACSST"), ACSST),
1648 (UncasedStr::new("PETT"), PETT),
1649 (UncasedStr::new("TFT"), TFT),
1650 ],
1651};