Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Tegucigalpa.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::Tegucigalpa;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::America::Tegucigalpa::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 60597179332,
25 DateTime::TimeZone::NEG_INFINITY,
26 60597158400,
27 -20932,
28 0,
29 'LMT'
30     ],
31     [
32 60597179332,
33 62682703200,
34 60597157732,
35 62682681600,
36 -21600,
37 0,
38 'CST'
39     ],
40     [
41 62682703200,
42 62695400400,
43 62682685200,
44 62695382400,
45 -18000,
46 1,
47 'CDT'
48     ],
49     [
50 62695400400,
51 62714152800,
52 62695378800,
53 62714131200,
54 -21600,
55 0,
56 'CST'
57     ],
58     [
59 62714152800,
60 62726850000,
61 62714134800,
62 62726832000,
63 -18000,
64 1,
65 'CDT'
66     ],
67     [
68 62726850000,
69 63282664800,
70 62726828400,
71 63282643200,
72 -21600,
73 0,
74 'CST'
75     ],
76     [
77 63282664800,
78 63290610000,
79 63282646800,
80 63290592000,
81 -18000,
82 1,
83 'CDT'
84     ],
85     [
86 63290610000,
87 DateTime::TimeZone::INFINITY,
88 63290588400,
89 DateTime::TimeZone::INFINITY,
90 -21600,
91 0,
92 'CST'
93     ],
94 ];
95
96 sub olson_version { '2009s' }
97
98 sub has_dst_changes { 3 }
99
100 sub _max_year { 2019 }
101
102 sub _new_instance
103 {
104     return shift->_init( @_, spans => $spans );
105 }
106
107
108
109 1;
110