pub const EAT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "EAT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(10800),
is_dst: false,
}
}
;
pub const SAST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "SAST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(7200),
is_dst: false,
}
}
;
pub const WAT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "WAT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(3600),
is_dst: false,
}
}
;
pub const ACT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ACT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-18000),
is_dst: false,
}
}
;
pub const AKDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AKDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-28800),
is_dst: true,
}
}
;
pub const AKST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AKST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-32400),
is_dst: false,
}
}
;
pub const ART: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ART",
spec: TimezoneAbbrevSpec::Tz(Tz::America__Argentina__Buenos_Aires)
}
;
pub const ARST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ARST",
spec: TimezoneAbbrevSpec::Tz(Tz::America__Argentina__Buenos_Aires)
}
;
pub const BOT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "BOT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-14400),
is_dst: false,
}
}
;
pub const BRA: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "BRA",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-10800),
is_dst: false,
}
}
;
pub const BRST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "BRST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-7200),
is_dst: true,
}
}
;
pub const BRT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "BRT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-10800),
is_dst: false,
}
}
;
pub const COT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "COT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-18000),
is_dst: false,
}
}
;
pub const CDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-18000),
is_dst: true,
}
}
;
pub const CLST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CLST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-10800),
is_dst: true,
}
}
;
pub const CLT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CLT",
spec: TimezoneAbbrevSpec::Tz(Tz::America__Santiago)
}
;
pub const CST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-21600),
is_dst: false,
}
}
;
pub const EDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "EDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-14400),
is_dst: true,
}
}
;
pub const EGST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "EGST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(0),
is_dst: true,
}
}
;
pub const EGT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "EGT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-3600),
is_dst: false,
}
}
;
pub const EST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "EST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-18000),
is_dst: false,
}
}
;
pub const FNT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "FNT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-7200),
is_dst: false,
}
}
;
pub const FNST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "FNST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-3600),
is_dst: true,
}
}
;
pub const GFT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "GFT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-10800),
is_dst: false,
}
}
;
pub const GYT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "GYT",
spec: TimezoneAbbrevSpec::Tz(Tz::America__Guyana)
}
;
pub const MDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-21600),
is_dst: true,
}
}
;
pub const MST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-25200),
is_dst: false,
}
}
;
pub const NDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "NDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-9000),
is_dst: true,
}
}
;
pub const NFT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "NFT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-12600),
is_dst: false,
}
}
;
pub const NST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "NST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-12600),
is_dst: false,
}
}
;
pub const PET: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PET",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-18000),
is_dst: false,
}
}
;
pub const PDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-25200),
is_dst: true,
}
}
;
pub const PMDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PMDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-7200),
is_dst: true,
}
}
;
pub const PMST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PMST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-10800),
is_dst: false,
}
}
;
pub const PST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-28800),
is_dst: false,
}
}
;
pub const PYST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PYST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-10800),
is_dst: true,
}
}
;
pub const PYT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PYT",
spec: TimezoneAbbrevSpec::Tz(Tz::America__Asuncion)
}
;
pub const UYST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "UYST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-7200),
is_dst: true,
}
}
;
pub const UYT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "UYT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-10800),
is_dst: false,
}
}
;
pub const VET: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "VET",
spec: TimezoneAbbrevSpec::Tz(Tz::America__Caracas)
}
;
pub const WGST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "WGST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-7200),
is_dst: true,
}
}
;
pub const WGT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "WGT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-10800),
is_dst: false,
}
}
;
pub const DAVT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "DAVT",
spec: TimezoneAbbrevSpec::Tz(Tz::Antarctica__Davis)
}
;
pub const DDUT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "DDUT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(36000),
is_dst: false,
}
}
;
pub const MAWT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MAWT",
spec: TimezoneAbbrevSpec::Tz(Tz::Antarctica__Mawson)
}
;
pub const AFT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AFT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(16200),
is_dst: false,
}
}
;
pub const ALMT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ALMT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(21600),
is_dst: false,
}
}
;
pub const ALMST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ALMST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(25200),
is_dst: true,
}
}
;
pub const AMST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AMST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Yerevan)
}
;
pub const AMT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AMT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-14400),
is_dst: false,
}
}
;
pub const ANAST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ANAST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Anadyr)
}
;
pub const ANAT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ANAT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Anadyr)
}
;
pub const AZST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AZST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Baku)
}
;
pub const AZT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AZT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Baku)
}
;
pub const BDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "BDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(21600),
is_dst: false,
}
}
;
pub const BNT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "BNT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(28800),
is_dst: false,
}
}
;
pub const BORT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "BORT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(28800),
is_dst: false,
}
}
;
pub const BTT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "BTT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(21600),
is_dst: false,
}
}
;
pub const CCT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CCT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(28800),
is_dst: false,
}
}
;
pub const GEST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "GEST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Tbilisi)
}
;
pub const GET: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "GET",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Tbilisi)
}
;
pub const HKT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "HKT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(28800),
is_dst: false,
}
}
;
pub const ICT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ICT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(25200),
is_dst: false,
}
}
;
pub const IDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "IDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(10800),
is_dst: true,
}
}
;
pub const IRKST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "IRKST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Irkutsk)
}
;
pub const IRKT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "IRKT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Irkutsk)
}
;
pub const IRT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "IRT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(12600),
is_dst: false,
}
}
;
pub const IST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "IST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(7200),
is_dst: false,
}
}
;
pub const JAYT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "JAYT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(32400),
is_dst: false,
}
}
;
pub const JST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "JST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(32400),
is_dst: false,
}
}
;
pub const KDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "KDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(36000),
is_dst: true,
}
}
;
pub const KGST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "KGST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(21600),
is_dst: true,
}
}
;
pub const KGT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "KGT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Bishkek)
}
;
pub const KRAST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "KRAST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Krasnoyarsk)
}
;
pub const KRAT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "KRAT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Krasnoyarsk)
}
;
pub const KST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "KST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(32400),
is_dst: false,
}
}
;
pub const LKT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "LKT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Colombo)
}
;
pub const MAGST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MAGST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Magadan)
}
;
pub const MAGT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MAGT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Magadan)
}
;
pub const MMT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MMT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(23400),
is_dst: false,
}
}
;
pub const MYT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MYT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(28800),
is_dst: false,
}
}
;
pub const NOVST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "NOVST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Novosibirsk)
}
;
pub const NOVT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "NOVT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Novosibirsk)
}
;
pub const NPT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "NPT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(20700),
is_dst: false,
}
}
;
pub const OMSST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "OMSST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Omsk)
}
;
pub const OMST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "OMST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Omsk)
}
;
pub const PETST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PETST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Kamchatka)
}
;
pub const PETT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PETT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Kamchatka)
}
;
pub const PHT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PHT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(28800),
is_dst: false,
}
}
;
pub const PKT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PKT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(18000),
is_dst: false,
}
}
;
pub const PKST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PKST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(21600),
is_dst: true,
}
}
;
pub const SGT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "SGT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Singapore)
}
;
pub const TJT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "TJT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(18000),
is_dst: false,
}
}
;
pub const TMT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "TMT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Ashgabat)
}
;
pub const ULAST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ULAST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(32400),
is_dst: true,
}
}
;
pub const ULAT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ULAT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Ulaanbaatar)
}
;
pub const UZST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "UZST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(21600),
is_dst: true,
}
}
;
pub const UZT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "UZT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(18000),
is_dst: false,
}
}
;
pub const VLAST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "VLAST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Vladivostok)
}
;
pub const VLAT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "VLAT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Vladivostok)
}
;
pub const XJT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "XJT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(21600),
is_dst: false,
}
}
;
pub const YAKST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "YAKST",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Yakutsk)
}
;
pub const YAKT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "YAKT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Yakutsk)
}
;
pub const YEKST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "YEKST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(21600),
is_dst: true,
}
}
;
pub const YEKT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "YEKT",
spec: TimezoneAbbrevSpec::Tz(Tz::Asia__Yekaterinburg)
}
;
pub const ADT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ADT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-10800),
is_dst: true,
}
}
;
pub const AST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-14400),
is_dst: false,
}
}
;
pub const AZOST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AZOST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(0),
is_dst: true,
}
}
;
pub const AZOT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AZOT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-3600),
is_dst: false,
}
}
;
pub const FKST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "FKST",
spec: TimezoneAbbrevSpec::Tz(Tz::Atlantic__Stanley)
}
;
pub const FKT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "FKT",
spec: TimezoneAbbrevSpec::Tz(Tz::Atlantic__Stanley)
}
;
pub const ACSST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ACSST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(37800),
is_dst: true,
}
}
;
pub const ACDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ACDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(37800),
is_dst: true,
}
}
;
pub const ACST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ACST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(34200),
is_dst: false,
}
}
;
pub const ACWST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ACWST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(31500),
is_dst: false,
}
}
;
pub const AESST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AESST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(39600),
is_dst: true,
}
}
;
pub const AEDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AEDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(39600),
is_dst: true,
}
}
;
pub const AEST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AEST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(36000),
is_dst: false,
}
}
;
pub const AWSST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AWSST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(32400),
is_dst: true,
}
}
;
pub const AWST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "AWST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(28800),
is_dst: false,
}
}
;
pub const CADT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CADT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(37800),
is_dst: true,
}
}
;
pub const CAST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CAST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(34200),
is_dst: false,
}
}
;
pub const LHDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "LHDT",
spec: TimezoneAbbrevSpec::Tz(Tz::Australia__Lord_Howe)
}
;
pub const LHST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "LHST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(37800),
is_dst: false,
}
}
;
pub const LIGT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "LIGT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(36000),
is_dst: false,
}
}
;
pub const NZT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "NZT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(43200),
is_dst: false,
}
}
;
pub const SADT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "SADT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(37800),
is_dst: true,
}
}
;
pub const WADT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "WADT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(28800),
is_dst: true,
}
}
;
pub const WAST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "WAST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(25200),
is_dst: false,
}
}
;
pub const WDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "WDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(32400),
is_dst: true,
}
}
;
pub const GMT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "GMT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(0),
is_dst: false,
}
}
;
pub const UCT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "UCT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(0),
is_dst: false,
}
}
;
pub const UT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "UT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(0),
is_dst: false,
}
}
;
pub const UTC: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "UTC",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(0),
is_dst: false,
}
}
;
pub const Z: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "Z",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(0),
is_dst: false,
}
}
;
pub const ZULU: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "ZULU",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(0),
is_dst: false,
}
}
;
pub const BST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "BST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(3600),
is_dst: true,
}
}
;
pub const BDST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "BDST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(7200),
is_dst: true,
}
}
;
pub const CEST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CEST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(7200),
is_dst: true,
}
}
;
pub const CET: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CET",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(3600),
is_dst: false,
}
}
;
pub const CETDST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CETDST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(7200),
is_dst: true,
}
}
;
pub const EEST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "EEST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(10800),
is_dst: true,
}
}
;
pub const EET: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "EET",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(7200),
is_dst: false,
}
}
;
pub const EETDST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "EETDST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(10800),
is_dst: true,
}
}
;
pub const FET: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "FET",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(10800),
is_dst: false,
}
}
;
pub const MEST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MEST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(7200),
is_dst: true,
}
}
;
pub const MESZ: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MESZ",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(7200),
is_dst: true,
}
}
;
pub const MET: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MET",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(3600),
is_dst: false,
}
}
;
pub const METDST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "METDST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(7200),
is_dst: true,
}
}
;
pub const MEZ: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MEZ",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(3600),
is_dst: false,
}
}
;
pub const MSD: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MSD",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(14400),
is_dst: true,
}
}
;
pub const MSK: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MSK",
spec: TimezoneAbbrevSpec::Tz(Tz::Europe__Moscow)
}
;
pub const VOLT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "VOLT",
spec: TimezoneAbbrevSpec::Tz(Tz::Europe__Volgograd)
}
;
pub const WET: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "WET",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(0),
is_dst: false,
}
}
;
pub const WETDST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "WETDST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(3600),
is_dst: true,
}
}
;
pub const CXT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CXT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(25200),
is_dst: false,
}
}
;
pub const IOT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "IOT",
spec: TimezoneAbbrevSpec::Tz(Tz::Indian__Chagos)
}
;
pub const MUT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MUT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(14400),
is_dst: false,
}
}
;
pub const MUST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MUST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(18000),
is_dst: true,
}
}
;
pub const MVT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MVT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(18000),
is_dst: false,
}
}
;
pub const RET: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "RET",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(14400),
is_dst: false,
}
}
;
pub const SCT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "SCT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(14400),
is_dst: false,
}
}
;
pub const TFT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "TFT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(18000),
is_dst: false,
}
}
;
pub const CHADT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CHADT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(49500),
is_dst: true,
}
}
;
pub const CHAST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CHAST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(45900),
is_dst: false,
}
}
;
pub const CHUT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CHUT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(36000),
is_dst: false,
}
}
;
pub const CKT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "CKT",
spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Rarotonga)
}
;
pub const EASST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "EASST",
spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Easter)
}
;
pub const EAST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "EAST",
spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Easter)
}
;
pub const FJST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "FJST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(46800),
is_dst: true,
}
}
;
pub const FJT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "FJT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(43200),
is_dst: false,
}
}
;
pub const GALT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "GALT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-21600),
is_dst: false,
}
}
;
pub const GAMT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "GAMT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-32400),
is_dst: false,
}
}
;
pub const GILT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "GILT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(43200),
is_dst: false,
}
}
;
pub const HST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "HST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-36000),
is_dst: false,
}
}
;
pub const KOST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "KOST",
spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Kosrae)
}
;
pub const LINT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "LINT",
spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Kiritimati)
}
;
pub const MART: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MART",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-34200),
is_dst: false,
}
}
;
pub const MHT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MHT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(43200),
is_dst: false,
}
}
;
pub const MPT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "MPT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(36000),
is_dst: false,
}
}
;
pub const NUT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "NUT",
spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Niue)
}
;
pub const NZDT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "NZDT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(46800),
is_dst: true,
}
}
;
pub const NZST: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "NZST",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(43200),
is_dst: false,
}
}
;
pub const PGT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PGT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(36000),
is_dst: false,
}
}
;
pub const PONT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PONT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(39600),
is_dst: false,
}
}
;
pub const PWT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "PWT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(32400),
is_dst: false,
}
}
;
pub const TAHT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "TAHT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(-36000),
is_dst: false,
}
}
;
pub const TKT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "TKT",
spec: TimezoneAbbrevSpec::Tz(Tz::Pacific__Fakaofo)
}
;
pub const TOT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "TOT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(46800),
is_dst: false,
}
}
;
pub const TRUT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "TRUT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(36000),
is_dst: false,
}
}
;
pub const TVT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "TVT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(43200),
is_dst: false,
}
}
;
pub const VUT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "VUT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(39600),
is_dst: false,
}
}
;
pub const WAKT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "WAKT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(43200),
is_dst: false,
}
}
;
pub const WFT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "WFT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(43200),
is_dst: false,
}
}
;
pub const YAPT: TimezoneAbbrev = TimezoneAbbrev {
abbrev: "YAPT",
spec: TimezoneAbbrevSpec::FixedOffset {
offset: make_fixed_offset(36000),
is_dst: false,
}
}
;
pub static TIMEZONE_ABBREVS: phf::Map<&'static UncasedStr, TimezoneAbbrev> = ::phf::Map {
key: 12913932095322966823,
disps: &[
(0, 79),
(0, 159),
(0, 0),
(0, 23),
(0, 15),
(0, 2),
(0, 0),
(5, 22),
(0, 5),
(0, 6),
(1, 156),
(0, 34),
(3, 183),
(0, 77),
(3, 41),
(0, 8),
(3, 11),
(0, 43),
(1, 30),
(15, 67),
(0, 158),
(0, 74),
(0, 3),
(0, 1),
(9, 102),
(0, 0),
(12, 27),
(40, 85),
(12, 63),
(0, 107),
(47, 179),
(169, 142),
(3, 35),
(0, 0),
(2, 21),
(0, 165),
(1, 172),
(0, 46),
(0, 9),
],
entries: &[
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("YEKT") }, YEKT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("HST") }, HST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AEDT") }, AEDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MVT") }, MVT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("JST") }, JST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CHADT") }, CHADT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MST") }, MST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("LKT") }, LKT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("VET") }, VET),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MSK") }, MSK),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("EAST") }, EAST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("BDST") }, BDST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AZOST") }, AZOST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AZOT") }, AZOT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("GMT") }, GMT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("IRT") }, IRT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("NPT") }, NPT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("IRKST") }, IRKST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("SGT") }, SGT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CCT") }, CCT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("BORT") }, BORT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("LIGT") }, LIGT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("UYST") }, UYST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("NOVT") }, NOVT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AEST") }, AEST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("GFT") }, GFT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("TVT") }, TVT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("GEST") }, GEST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ULAST") }, ULAST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ALMT") }, ALMT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CST") }, CST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("FNT") }, FNT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AESST") }, AESST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("WAT") }, WAT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("SCT") }, SCT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("Z") }, Z),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("BTT") }, BTT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("IST") }, IST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PETST") }, PETST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PKST") }, PKST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ICT") }, ICT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("IOT") }, IOT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("FKST") }, FKST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ARST") }, ARST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("NZDT") }, NZDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("UT") }, UT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("UTC") }, UTC),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("NDT") }, NDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("XJT") }, XJT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("IDT") }, IDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AWST") }, AWST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MDT") }, MDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("UCT") }, UCT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("YEKST") }, YEKST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("JAYT") }, JAYT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ULAT") }, ULAT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CADT") }, CADT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("NOVST") }, NOVST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("LHST") }, LHST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("KGT") }, KGT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CDT") }, CDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("DDUT") }, DDUT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("KST") }, KST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("VUT") }, VUT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MEZ") }, MEZ),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("TJT") }, TJT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("KRAST") }, KRAST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ACST") }, ACST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MET") }, MET),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ACT") }, ACT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("YAPT") }, YAPT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("BST") }, BST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MSD") }, MSD),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("VLAT") }, VLAT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("BRA") }, BRA),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CLST") }, CLST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PYST") }, PYST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("UZST") }, UZST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("GALT") }, GALT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MHT") }, MHT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CEST") }, CEST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AMST") }, AMST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("WGT") }, WGT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MYT") }, MYT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ACDT") }, ACDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("TAHT") }, TAHT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("METDST") }, METDST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("FJST") }, FJST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("TRUT") }, TRUT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MART") }, MART),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CETDST") }, CETDST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("VLAST") }, VLAST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CET") }, CET),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("FKT") }, FKT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ACWST") }, ACWST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("BRST") }, BRST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CKT") }, CKT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PMDT") }, PMDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("EASST") }, EASST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AKDT") }, AKDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("GAMT") }, GAMT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("SAST") }, SAST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PHT") }, PHT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("IRKT") }, IRKT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("UZT") }, UZT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("NZST") }, NZST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("YAKST") }, YAKST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("EGST") }, EGST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("BDT") }, BDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ADT") }, ADT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PGT") }, PGT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PONT") }, PONT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MAWT") }, MAWT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AMT") }, AMT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MAGST") }, MAGST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("KDT") }, KDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("KRAT") }, KRAT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("FET") }, FET),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("NUT") }, NUT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ALMST") }, ALMST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("GET") }, GET),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MUST") }, MUST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("LINT") }, LINT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("EET") }, EET),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("HKT") }, HKT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MPT") }, MPT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("EEST") }, EEST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CLT") }, CLT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MAGT") }, MAGT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CHUT") }, CHUT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("NST") }, NST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("GILT") }, GILT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PET") }, PET),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("KOST") }, KOST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("GYT") }, GYT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("COT") }, COT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CHAST") }, CHAST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("EETDST") }, EETDST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PWT") }, PWT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("BOT") }, BOT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("FNST") }, FNST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PYT") }, PYT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("WET") }, WET),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AZST") }, AZST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("RET") }, RET),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CXT") }, CXT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("EDT") }, EDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PST") }, PST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("WADT") }, WADT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AST") }, AST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("BRT") }, BRT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("KGST") }, KGST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PMST") }, PMST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AKST") }, AKST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("WGST") }, WGST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("VOLT") }, VOLT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("FJT") }, FJT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PKT") }, PKT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PDT") }, PDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AZT") }, AZT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ANAT") }, ANAT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AFT") }, AFT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("WAKT") }, WAKT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("OMST") }, OMST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ART") }, ART),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("LHDT") }, LHDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("AWSST") }, AWSST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("WDT") }, WDT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("YAKT") }, YAKT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("WETDST") }, WETDST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("CAST") }, CAST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("NFT") }, NFT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MESZ") }, MESZ),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MUT") }, MUT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("TOT") }, TOT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("DAVT") }, DAVT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("NZT") }, NZT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ZULU") }, ZULU),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MEST") }, MEST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("EST") }, EST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("WFT") }, WFT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("MMT") }, MMT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("BNT") }, BNT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ANAST") }, ANAST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("TKT") }, TKT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("TMT") }, TMT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("EGT") }, EGT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("OMSST") }, OMSST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("WAST") }, WAST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("EAT") }, EAT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("SADT") }, SADT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("UYT") }, UYT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("ACSST") }, ACSST),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("PETT") }, PETT),
(unsafe { ::core::mem::transmute::<&'static str, &'static UncasedStr>("TFT") }, TFT),
],
};