Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Australia / Darwin.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::Darwin;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Australia::Darwin::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 59771575000,
25 DateTime::TimeZone::NEG_INFINITY,
26 59771606400,
27 31400,
28 0,
29 'LMT'
30     ],
31     [
32 59771575000,
33 59905494000,
34 59771607400,
35 59905526400,
36 32400,
37 0,
38 'CST'
39     ],
40     [
41 59905494000,
42 60463117860,
43 59905528200,
44 60463152060,
45 34200,
46 0,
47 'CST'
48     ],
49     [
50 60463117860,
51 60470292600,
52 60463155660,
53 60470330400,
54 37800,
55 1,
56 'CST'
57     ],
58     [
59 60470292600,
60 61252043400,
61 60470326800,
62 61252077600,
63 34200,
64 0,
65 'CST'
66     ],
67     [
68 61252043400,
69 61259556600,
70 61252081200,
71 61259594400,
72 37800,
73 1,
74 'CST'
75     ],
76     [
77 61259556600,
78 61275285000,
79 61259590800,
80 61275319200,
81 34200,
82 0,
83 'CST'
84     ],
85     [
86 61275285000,
87 61291006200,
88 61275322800,
89 61291044000,
90 37800,
91 1,
92 'CST'
93     ],
94     [
95 61291006200,
96 61307339400,
97 61291040400,
98 61307373600,
99 34200,
100 0,
101 'CST'
102     ],
103     [
104 61307339400,
105 61322455800,
106 61307377200,
107 61322493600,
108 37800,
109 1,
110 'CST'
111     ],
112     [
113 61322455800,
114 DateTime::TimeZone::INFINITY,
115 61322490000,
116 DateTime::TimeZone::INFINITY,
117 34200,
118 0,
119 'CST'
120     ],
121 ];
122
123 sub olson_version { '2009s' }
124
125 sub has_dst_changes { 4 }
126
127 sub _max_year { 2019 }
128
129 sub _new_instance
130 {
131     return shift->_init( @_, spans => $spans );
132 }
133
134
135
136 1;
137