Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Australia / Perth.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/australasia.  Olson data version 2009s
7 #
8 # Do not edit this file directly.
9 #
10 package DateTime::TimeZone::Australia::Perth;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Australia::Perth::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 59797757796,
25 DateTime::TimeZone::NEG_INFINITY,
26 59797785600,
27 27804,
28 0,
29 'LMT'
30     ],
31     [
32 59797757796,
33 60463123260,
34 59797786596,
35 60463152060,
36 28800,
37 0,
38 'WST'
39     ],
40     [
41 60463123260,
42 60470298000,
43 60463155660,
44 60470330400,
45 32400,
46 1,
47 'WST'
48     ],
49     [
50 60470298000,
51 61252048800,
52 60470326800,
53 61252077600,
54 28800,
55 0,
56 'WST'
57     ],
58     [
59 61252048800,
60 61259562000,
61 61252081200,
62 61259594400,
63 32400,
64 1,
65 'WST'
66     ],
67     [
68 61259562000,
69 61275290400,
70 61259590800,
71 61275319200,
72 28800,
73 0,
74 'WST'
75     ],
76     [
77 61275290400,
78 61291011600,
79 61275322800,
80 61291044000,
81 32400,
82 1,
83 'WST'
84     ],
85     [
86 61291011600,
87 61299216000,
88 61291040400,
89 61299244800,
90 28800,
91 0,
92 'WST'
93     ],
94     [
95 61299216000,
96 62287725600,
97 61299244800,
98 62287754400,
99 28800,
100 0,
101 'WST'
102     ],
103     [
104 62287725600,
105 62298612000,
106 62287758000,
107 62298644400,
108 32400,
109 1,
110 'WST'
111     ],
112     [
113 62298612000,
114 62571981600,
115 62298640800,
116 62572010400,
117 28800,
118 0,
119 'WST'
120     ],
121     [
122 62571981600,
123 62582868000,
124 62572014000,
125 62582900400,
126 32400,
127 1,
128 'WST'
129     ],
130     [
131 62582868000,
132 62825997600,
133 62582896800,
134 62826026400,
135 28800,
136 0,
137 'WST'
138     ],
139     [
140 62825997600,
141 62835069600,
142 62826030000,
143 62835102000,
144 32400,
145 1,
146 'WST'
147     ],
148     [
149 62835069600,
150 63300765600,
151 62835098400,
152 63300794400,
153 28800,
154 0,
155 'WST'
156     ],
157     [
158 63300765600,
159 63310442400,
160 63300798000,
161 63310474800,
162 32400,
163 1,
164 'WST'
165     ],
166     [
167 63310442400,
168 63329191200,
169 63310471200,
170 63329220000,
171 28800,
172 0,
173 'WST'
174     ],
175     [
176 63329191200,
177 63342496800,
178 63329223600,
179 63342529200,
180 32400,
181 1,
182 'WST'
183     ],
184     [
185 63342496800,
186 63360640800,
187 63342525600,
188 63360669600,
189 28800,
190 0,
191 'WST'
192     ],
193     [
194 63360640800,
195 63373946400,
196 63360673200,
197 63373978800,
198 32400,
199 1,
200 'WST'
201     ],
202     [
203 63373946400,
204 DateTime::TimeZone::INFINITY,
205 63373975200,
206 DateTime::TimeZone::INFINITY,
207 28800,
208 0,
209 'WST'
210     ],
211 ];
212
213 sub olson_version { '2009s' }
214
215 sub has_dst_changes { 9 }
216
217 sub _max_year { 2019 }
218
219 sub _new_instance
220 {
221     return shift->_init( @_, spans => $spans );
222 }
223
224
225
226 1;
227