Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Australia / Perth.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::Australia::Perth;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Australia::Perth::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2459797757796,
25DateTime::TimeZone::NEG_INFINITY,
2659797785600,
2727804,
280,
29'LMT'
30 ],
31 [
3259797757796,
3360463123260,
3459797786596,
3560463152060,
3628800,
370,
38'WST'
39 ],
40 [
4160463123260,
4260470298000,
4360463155660,
4460470330400,
4532400,
461,
47'WST'
48 ],
49 [
5060470298000,
5161252048800,
5260470326800,
5361252077600,
5428800,
550,
56'WST'
57 ],
58 [
5961252048800,
6061259562000,
6161252081200,
6261259594400,
6332400,
641,
65'WST'
66 ],
67 [
6861259562000,
6961275290400,
7061259590800,
7161275319200,
7228800,
730,
74'WST'
75 ],
76 [
7761275290400,
7861291011600,
7961275322800,
8061291044000,
8132400,
821,
83'WST'
84 ],
85 [
8661291011600,
8761299216000,
8861291040400,
8961299244800,
9028800,
910,
92'WST'
93 ],
94 [
9561299216000,
9662287725600,
9761299244800,
9862287754400,
9928800,
1000,
101'WST'
102 ],
103 [
10462287725600,
10562298612000,
10662287758000,
10762298644400,
10832400,
1091,
110'WST'
111 ],
112 [
11362298612000,
11462571981600,
11562298640800,
11662572010400,
11728800,
1180,
119'WST'
120 ],
121 [
12262571981600,
12362582868000,
12462572014000,
12562582900400,
12632400,
1271,
128'WST'
129 ],
130 [
13162582868000,
13262825997600,
13362582896800,
13462826026400,
13528800,
1360,
137'WST'
138 ],
139 [
14062825997600,
14162835069600,
14262826030000,
14362835102000,
14432400,
1451,
146'WST'
147 ],
148 [
14962835069600,
15063300765600,
15162835098400,
15263300794400,
15328800,
1540,
155'WST'
156 ],
157 [
15863300765600,
15963310442400,
16063300798000,
16163310474800,
16232400,
1631,
164'WST'
165 ],
166 [
16763310442400,
16863329191200,
16963310471200,
17063329220000,
17128800,
1720,
173'WST'
174 ],
175 [
17663329191200,
17763342496800,
17863329223600,
17963342529200,
18032400,
1811,
182'WST'
183 ],
184 [
18563342496800,
18663360640800,
18763342525600,
18863360669600,
18928800,
1900,
191'WST'
192 ],
193 [
19463360640800,
19563373946400,
19663360673200,
19763373978800,
19832400,
1991,
200'WST'
201 ],
202 [
20363373946400,
204DateTime::TimeZone::INFINITY,
20563373975200,
206DateTime::TimeZone::INFINITY,
20728800,
2080,
209'WST'
210 ],
211];
212
213sub olson_version { '2009s' }
214
215sub has_dst_changes { 9 }
216
217sub _max_year { 2019 }
218
219sub _new_instance
220{
221 return shift->_init( @_, spans => $spans );
222}
223
224
225
2261;
227