Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Costa_Rica.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::Costa_Rica;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::America::Costa_Rica::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2459611181780,
25DateTime::TimeZone::NEG_INFINITY,
2659611161600,
27-20180,
280,
29'LMT'
30 ],
31 [
3259611181780,
3360590612180,
3459611161600,
3560590592000,
36-20180,
370,
38'SJMT'
39 ],
40 [
4160590612180,
4262424453600,
4360590590580,
4462424432000,
45-21600,
460,
47'CST'
48 ],
49 [
5062424453600,
5162432917200,
5262424435600,
5362432899200,
54-18000,
551,
56'CDT'
57 ],
58 [
5962432917200,
6062455903200,
6162432895600,
6262455881600,
63-21600,
640,
65'CST'
66 ],
67 [
6862455903200,
6962464366800,
7062455885200,
7162464348800,
72-18000,
731,
74'CDT'
75 ],
76 [
7762464366800,
7862799948000,
7962464345200,
8062799926400,
81-21600,
820,
83'CST'
84 ],
85 [
8662799948000,
8762814027600,
8862799930000,
8962814009600,
90-18000,
911,
92'CDT'
93 ],
94 [
9562814027600,
9662831397600,
9762814006000,
9862831376000,
99-21600,
1000,
101'CST'
102 ],
103 [
10462831397600,
10562836318800,
10662831379600,
10762836300800,
108-18000,
1091,
110'CDT'
111 ],
112 [
11362836318800,
114DateTime::TimeZone::INFINITY,
11562836297200,
116DateTime::TimeZone::INFINITY,
117-21600,
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