Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Costa_Rica.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/northamerica.  Olson data version 2009s
7 #
8 # Do not edit this file directly.
9 #
10 package DateTime::TimeZone::America::Costa_Rica;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::America::Costa_Rica::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 59611181780,
25 DateTime::TimeZone::NEG_INFINITY,
26 59611161600,
27 -20180,
28 0,
29 'LMT'
30     ],
31     [
32 59611181780,
33 60590612180,
34 59611161600,
35 60590592000,
36 -20180,
37 0,
38 'SJMT'
39     ],
40     [
41 60590612180,
42 62424453600,
43 60590590580,
44 62424432000,
45 -21600,
46 0,
47 'CST'
48     ],
49     [
50 62424453600,
51 62432917200,
52 62424435600,
53 62432899200,
54 -18000,
55 1,
56 'CDT'
57     ],
58     [
59 62432917200,
60 62455903200,
61 62432895600,
62 62455881600,
63 -21600,
64 0,
65 'CST'
66     ],
67     [
68 62455903200,
69 62464366800,
70 62455885200,
71 62464348800,
72 -18000,
73 1,
74 'CDT'
75     ],
76     [
77 62464366800,
78 62799948000,
79 62464345200,
80 62799926400,
81 -21600,
82 0,
83 'CST'
84     ],
85     [
86 62799948000,
87 62814027600,
88 62799930000,
89 62814009600,
90 -18000,
91 1,
92 'CDT'
93     ],
94     [
95 62814027600,
96 62831397600,
97 62814006000,
98 62831376000,
99 -21600,
100 0,
101 'CST'
102     ],
103     [
104 62831397600,
105 62836318800,
106 62831379600,
107 62836300800,
108 -18000,
109 1,
110 'CDT'
111     ],
112     [
113 62836318800,
114 DateTime::TimeZone::INFINITY,
115 62836297200,
116 DateTime::TimeZone::INFINITY,
117 -21600,
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