Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Guatemala.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::Guatemala;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::America::Guatemala::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2460518642524,
25DateTime::TimeZone::NEG_INFINITY,
2660518620800,
27-21724,
280,
29'LMT'
30 ],
31 [
3260518642524,
3362258738400,
3460518620924,
3562258716800,
36-21600,
370,
38'CST'
39 ],
40 [
4162258738400,
4262266597200,
4362258720400,
4462266579200,
45-18000,
461,
47'CDT'
48 ],
49 [
5062266597200,
5162558028000,
5262266575600,
5362558006400,
54-21600,
550,
56'CST'
57 ],
58 [
5962558028000,
6062568738000,
6162558010000,
6262568720000,
63-18000,
641,
65'CDT'
66 ],
67 [
6862568738000,
6962805391200,
7062568716400,
7162805369600,
72-21600,
730,
74'CST'
75 ],
76 [
7762805391200,
7862819902800,
7962805373200,
8062819884800,
81-18000,
821,
83'CDT'
84 ],
85 [
8662819902800,
8763282060000,
8862819881200,
8963282038400,
90-21600,
910,
92'CST'
93 ],
94 [
9563282060000,
9663295362000,
9763282042000,
9863295344000,
99-18000,
1001,
101'CDT'
102 ],
103 [
10463295362000,
105DateTime::TimeZone::INFINITY,
10663295340400,
107DateTime::TimeZone::INFINITY,
108-21600,
1090,
110'CST'
111 ],
112];
113
114sub olson_version { '2009s' }
115
116sub has_dst_changes { 4 }
117
118sub _max_year { 2019 }
119
120sub _new_instance
121{
122 return shift->_init( @_, spans => $spans );
123}
124
125
126
1271;
128