Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Asia / Kashgar.pm
CommitLineData
3fea05b9 1# This file is auto-generated by the Perl DateTime Suite time zone
2# code generator (0.07) This code generator comes with the
3# DateTime::TimeZone module distribution in the tools/ directory
4
5#
6# Generated from /tmp/UeJBI4pKMW/asia. Olson data version 2009s
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::Asia::Kashgar;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Asia::Kashgar::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2460810202564,
25DateTime::TimeZone::NEG_INFINITY,
2660810220800,
2718236,
280,
29'LMT'
30 ],
31 [
3260810202564,
3361188892200,
3460810222364,
3561188912000,
3619800,
370,
38'KAST'
39 ],
40 [
4161188892200,
4262461652400,
4361188910200,
4462461670400,
4518000,
460,
47'KAST'
48 ],
49 [
5062461652400,
5162651203200,
5262461681200,
5362651232000,
5428800,
550,
56'CST'
57 ],
58 [
5962651203200,
6062662690800,
6162651235600,
6262662723200,
6332400,
641,
65'CDT'
66 ],
67 [
6862662690800,
6962680838400,
7062662719600,
7162680867200,
7228800,
730,
74'CST'
75 ],
76 [
7762680838400,
7862694140400,
7962680870800,
8062694172800,
8132400,
821,
83'CDT'
84 ],
85 [
8662694140400,
8762712288000,
8862694169200,
8962712316800,
9028800,
910,
92'CST'
93 ],
94 [
9562712288000,
9662725590000,
9762712320400,
9862725622400,
9932400,
1001,
101'CDT'
102 ],
103 [
10462725590000,
10562744342400,
10662725618800,
10762744371200,
10828800,
1090,
110'CST'
111 ],
112 [
11362744342400,
11462757644400,
11562744374800,
11662757676800,
11732400,
1181,
119'CDT'
120 ],
121 [
12262757644400,
12362775792000,
12462757673200,
12562775820800,
12628800,
1270,
128'CST'
129 ],
130 [
13162775792000,
13262789094000,
13362775824400,
13462789126400,
13532400,
1361,
137'CDT'
138 ],
139 [
14062789094000,
14162807241600,
14262789122800,
14362807270400,
14428800,
1450,
146'CST'
147 ],
148 [
14962807241600,
15062820543600,
15162807274000,
15262820576000,
15332400,
1541,
155'CDT'
156 ],
157 [
15862820543600,
159DateTime::TimeZone::INFINITY,
16062820572400,
161DateTime::TimeZone::INFINITY,
16228800,
1630,
164'CST'
165 ],
166];
167
168sub olson_version { '2009s' }
169
170sub has_dst_changes { 6 }
171
172sub _max_year { 2019 }
173
174sub _new_instance
175{
176 return shift->_init( @_, spans => $spans );
177}
178
179
180
1811;
182