Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Asia / Kashgar.pm
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 #
10 package DateTime::TimeZone::Asia::Kashgar;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Asia::Kashgar::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 60810202564,
25 DateTime::TimeZone::NEG_INFINITY,
26 60810220800,
27 18236,
28 0,
29 'LMT'
30     ],
31     [
32 60810202564,
33 61188892200,
34 60810222364,
35 61188912000,
36 19800,
37 0,
38 'KAST'
39     ],
40     [
41 61188892200,
42 62461652400,
43 61188910200,
44 62461670400,
45 18000,
46 0,
47 'KAST'
48     ],
49     [
50 62461652400,
51 62651203200,
52 62461681200,
53 62651232000,
54 28800,
55 0,
56 'CST'
57     ],
58     [
59 62651203200,
60 62662690800,
61 62651235600,
62 62662723200,
63 32400,
64 1,
65 'CDT'
66     ],
67     [
68 62662690800,
69 62680838400,
70 62662719600,
71 62680867200,
72 28800,
73 0,
74 'CST'
75     ],
76     [
77 62680838400,
78 62694140400,
79 62680870800,
80 62694172800,
81 32400,
82 1,
83 'CDT'
84     ],
85     [
86 62694140400,
87 62712288000,
88 62694169200,
89 62712316800,
90 28800,
91 0,
92 'CST'
93     ],
94     [
95 62712288000,
96 62725590000,
97 62712320400,
98 62725622400,
99 32400,
100 1,
101 'CDT'
102     ],
103     [
104 62725590000,
105 62744342400,
106 62725618800,
107 62744371200,
108 28800,
109 0,
110 'CST'
111     ],
112     [
113 62744342400,
114 62757644400,
115 62744374800,
116 62757676800,
117 32400,
118 1,
119 'CDT'
120     ],
121     [
122 62757644400,
123 62775792000,
124 62757673200,
125 62775820800,
126 28800,
127 0,
128 'CST'
129     ],
130     [
131 62775792000,
132 62789094000,
133 62775824400,
134 62789126400,
135 32400,
136 1,
137 'CDT'
138     ],
139     [
140 62789094000,
141 62807241600,
142 62789122800,
143 62807270400,
144 28800,
145 0,
146 'CST'
147     ],
148     [
149 62807241600,
150 62820543600,
151 62807274000,
152 62820576000,
153 32400,
154 1,
155 'CDT'
156     ],
157     [
158 62820543600,
159 DateTime::TimeZone::INFINITY,
160 62820572400,
161 DateTime::TimeZone::INFINITY,
162 28800,
163 0,
164 'CST'
165     ],
166 ];
167
168 sub olson_version { '2009s' }
169
170 sub has_dst_changes { 6 }
171
172 sub _max_year { 2019 }
173
174 sub _new_instance
175 {
176     return shift->_init( @_, spans => $spans );
177 }
178
179
180
181 1;
182