Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Atikokan.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/northamerica. Olson data version 2009s
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::America::Atikokan;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::America::Atikokan::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2459768949988,
25DateTime::TimeZone::NEG_INFINITY,
2659768928000,
27-21988,
280,
29'LMT'
30 ],
31 [
3259768949988,
3360503616000,
3459768928388,
3560503594400,
36-21600,
370,
38'CST'
39 ],
40 [
4160503616000,
4260520892400,
4360503598000,
4460520874400,
45-18000,
461,
47'CDT'
48 ],
49 [
5060520892400,
5161212434400,
5260520870800,
5361212412800,
54-21600,
550,
56'CST'
57 ],
58 [
5961212434400,
6061255468800,
6161212416400,
6261255450800,
63-18000,
641,
65'CDT'
66 ],
67 [
6861255468800,
6961366287600,
7061255450800,
7161366269600,
72-18000,
731,
74'CWT'
75 ],
76 [
7761366287600,
7861370290800,
7961366269600,
8061370272800,
81-18000,
821,
83'CPT'
84 ],
85 [
8661370290800,
87DateTime::TimeZone::INFINITY,
8861370272800,
89DateTime::TimeZone::INFINITY,
90-18000,
910,
92'EST'
93 ],
94];
95
96sub olson_version { '2009s' }
97
98sub has_dst_changes { 4 }
99
100sub _max_year { 2019 }
101
102sub _new_instance
103{
104 return shift->_init( @_, spans => $spans );
105}
106
107
108
1091;
110