Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Pacific / Rarotonga.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/australasia. Olson data version 2009s
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::Pacific::Rarotonga;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Pacific::Rarotonga::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2459958268744,
25DateTime::TimeZone::NEG_INFINITY,
2659958230400,
27-38344,
280,
29'LMT'
30 ],
31 [
3259958268744,
3362415397800,
3459958230944,
3562415360000,
36-37800,
370,
38'CKT'
39 ],
40 [
4162415397800,
4262425071000,
4362415363600,
4462425036800,
45-34200,
461,
47'CKHST'
48 ],
49 [
5062425071000,
5162445636000,
5262425035000,
5362445600000,
54-36000,
550,
56'CKT'
57 ],
58 [
5962445636000,
6062456520600,
6162445601800,
6262456486400,
63-34200,
641,
65'CKHST'
66 ],
67 [
6862456520600,
6962477085600,
7062456484600,
7162477049600,
72-36000,
730,
74'CKT'
75 ],
76 [
7762477085600,
7862487970200,
7962477051400,
8062487936000,
81-34200,
821,
83'CKHST'
84 ],
85 [
8662487970200,
8762508535200,
8862487934200,
8962508499200,
90-36000,
910,
92'CKT'
93 ],
94 [
9562508535200,
9662520024600,
9762508501000,
9862519990400,
99-34200,
1001,
101'CKHST'
102 ],
103 [
10462520024600,
10562540589600,
10662519988600,
10762540553600,
108-36000,
1090,
110'CKT'
111 ],
112 [
11362540589600,
11462551474200,
11562540555400,
11662551440000,
117-34200,
1181,
119'CKHST'
120 ],
121 [
12262551474200,
12362572039200,
12462551438200,
12562572003200,
126-36000,
1270,
128'CKT'
129 ],
130 [
13162572039200,
13262582923800,
13362572005000,
13462582889600,
135-34200,
1361,
137'CKHST'
138 ],
139 [
14062582923800,
14162603488800,
14262582887800,
14362603452800,
144-36000,
1450,
146'CKT'
147 ],
148 [
14962603488800,
15062614373400,
15162603454600,
15262614339200,
153-34200,
1541,
155'CKHST'
156 ],
157 [
15862614373400,
15962634938400,
16062614337400,
16162634902400,
162-36000,
1630,
164'CKT'
165 ],
166 [
16762634938400,
16862645823000,
16962634904200,
17062645788800,
171-34200,
1721,
173'CKHST'
174 ],
175 [
17662645823000,
17762666388000,
17862645787000,
17962666352000,
180-36000,
1810,
182'CKT'
183 ],
184 [
18562666388000,
18662677272600,
18762666353800,
18862677238400,
189-34200,
1901,
191'CKHST'
192 ],
193 [
19462677272600,
19562697837600,
19662677236600,
19762697801600,
198-36000,
1990,
200'CKT'
201 ],
202 [
20362697837600,
20462709327000,
20562697803400,
20662709292800,
207-34200,
2081,
209'CKHST'
210 ],
211 [
21262709327000,
21362729892000,
21462709291000,
21562729856000,
216-36000,
2170,
218'CKT'
219 ],
220 [
22162729892000,
22262740776600,
22362729857800,
22462740742400,
225-34200,
2261,
227'CKHST'
228 ],
229 [
23062740776600,
23162761341600,
23262740740600,
23362761305600,
234-36000,
2350,
236'CKT'
237 ],
238 [
23962761341600,
24062772226200,
24162761307400,
24262772192000,
243-34200,
2441,
245'CKHST'
246 ],
247 [
24862772226200,
24962792791200,
25062772190200,
25162792755200,
252-36000,
2530,
254'CKT'
255 ],
256 [
25762792791200,
25862803675800,
25962792757000,
26062803641600,
261-34200,
2621,
263'CKHST'
264 ],
265 [
26662803675800,
267DateTime::TimeZone::INFINITY,
26862803639800,
269DateTime::TimeZone::INFINITY,
270-36000,
2710,
272'CKT'
273 ],
274];
275
276sub olson_version { '2009s' }
277
278sub has_dst_changes { 13 }
279
280sub _max_year { 2019 }
281
282sub _new_instance
283{
284 return shift->_init( @_, spans => $spans );
285}
286
287
288
2891;
290