Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Australia / Darwin.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::Darwin;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Australia::Darwin::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2459771575000,
25DateTime::TimeZone::NEG_INFINITY,
2659771606400,
2731400,
280,
29'LMT'
30 ],
31 [
3259771575000,
3359905494000,
3459771607400,
3559905526400,
3632400,
370,
38'CST'
39 ],
40 [
4159905494000,
4260463117860,
4359905528200,
4460463152060,
4534200,
460,
47'CST'
48 ],
49 [
5060463117860,
5160470292600,
5260463155660,
5360470330400,
5437800,
551,
56'CST'
57 ],
58 [
5960470292600,
6061252043400,
6160470326800,
6261252077600,
6334200,
640,
65'CST'
66 ],
67 [
6861252043400,
6961259556600,
7061252081200,
7161259594400,
7237800,
731,
74'CST'
75 ],
76 [
7761259556600,
7861275285000,
7961259590800,
8061275319200,
8134200,
820,
83'CST'
84 ],
85 [
8661275285000,
8761291006200,
8861275322800,
8961291044000,
9037800,
911,
92'CST'
93 ],
94 [
9561291006200,
9661307339400,
9761291040400,
9861307373600,
9934200,
1000,
101'CST'
102 ],
103 [
10461307339400,
10561322455800,
10661307377200,
10761322493600,
10837800,
1091,
110'CST'
111 ],
112 [
11361322455800,
114DateTime::TimeZone::INFINITY,
11561322490000,
116DateTime::TimeZone::INFINITY,
11734200,
1180,
119'CST'
120 ],
121];
122
123sub olson_version { '2009s' }
124
125sub has_dst_changes { 4 }
126
127sub _max_year { 2019 }
128
129sub _new_instance
130{
131 return shift->_init( @_, spans => $spans );
132}
133
134
135
1361;
137