Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Asia / Kuching.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/asia.  Olson data version 2009s
7 #
8 # Do not edit this file directly.
9 #
10 package DateTime::TimeZone::Asia::Kuching;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Asia::Kuching::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 60752219920,
25 DateTime::TimeZone::NEG_INFINITY,
26 60752246400,
27 26480,
28 0,
29 'LMT'
30     ],
31     [
32 60752219920,
33 60968046600,
34 60752246920,
35 60968073600,
36 27000,
37 0,
38 'BORT'
39     ],
40     [
41 60968046600,
42 61053235200,
43 60968075400,
44 61053264000,
45 28800,
46 0,
47 'BORT'
48     ],
49     [
50 61053235200,
51 61061096400,
52 61053265200,
53 61061126400,
54 30000,
55 1,
56 'BORTST'
57     ],
58     [
59 61061096400,
60 61084857600,
61 61061125200,
62 61084886400,
63 28800,
64 0,
65 'BORT'
66     ],
67     [
68 61084857600,
69 61092718800,
70 61084887600,
71 61092748800,
72 30000,
73 1,
74 'BORTST'
75     ],
76     [
77 61092718800,
78 61116393600,
79 61092747600,
80 61116422400,
81 28800,
82 0,
83 'BORT'
84     ],
85     [
86 61116393600,
87 61124254800,
88 61116423600,
89 61124284800,
90 30000,
91 1,
92 'BORTST'
93     ],
94     [
95 61124254800,
96 61147929600,
97 61124283600,
98 61147958400,
99 28800,
100 0,
101 'BORT'
102     ],
103     [
104 61147929600,
105 61155790800,
106 61147959600,
107 61155820800,
108 30000,
109 1,
110 'BORTST'
111     ],
112     [
113 61155790800,
114 61179465600,
115 61155819600,
116 61179494400,
117 28800,
118 0,
119 'BORT'
120     ],
121     [
122 61179465600,
123 61187326800,
124 61179495600,
125 61187356800,
126 30000,
127 1,
128 'BORTST'
129     ],
130     [
131 61187326800,
132 61211088000,
133 61187355600,
134 61211116800,
135 28800,
136 0,
137 'BORT'
138     ],
139     [
140 61211088000,
141 61218949200,
142 61211118000,
143 61218979200,
144 30000,
145 1,
146 'BORTST'
147     ],
148     [
149 61218949200,
150 61242624000,
151 61218978000,
152 61242652800,
153 28800,
154 0,
155 'BORT'
156     ],
157     [
158 61242624000,
159 61250485200,
160 61242654000,
161 61250515200,
162 30000,
163 1,
164 'BORTST'
165     ],
166     [
167 61250485200,
168 61256016000,
169 61250514000,
170 61256044800,
171 28800,
172 0,
173 'BORT'
174     ],
175     [
176 61256016000,
177 61368678000,
178 61256048400,
179 61368710400,
180 32400,
181 0,
182 'JST'
183     ],
184     [
185 61368678000,
186 62514345600,
187 61368706800,
188 62514374400,
189 28800,
190 0,
191 'BORT'
192     ],
193     [
194 62514345600,
195 DateTime::TimeZone::INFINITY,
196 62514374400,
197 DateTime::TimeZone::INFINITY,
198 28800,
199 0,
200 'MYT'
201     ],
202 ];
203
204 sub olson_version { '2009s' }
205
206 sub has_dst_changes { 7 }
207
208 sub _max_year { 2019 }
209
210 sub _new_instance
211 {
212     return shift->_init( @_, spans => $spans );
213 }
214
215
216
217 1;
218