File Coverage

blib/lib/DateTime/TimeZone/America/Tegucigalpa.pm
Criterion Covered Total %
statement 21 22 95.4
branch n/a
condition n/a
subroutine 9 10 90.0
pod 1 2 50.0
total 31 34 91.1


line stmt bran cond sub pod time code
1             # This file is auto-generated by the Perl DateTime Suite time zone
2             # code generator (0.08) This code generator comes with the
3             # DateTime::TimeZone module distribution in the tools/ directory
4              
5             #
6             # Generated from /tmp/IIA7keyKs7/northamerica. Olson data version 2026a
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::America::Tegucigalpa;
11              
12 1     1   816 use strict;
  1         4  
  1         47  
13 1     1   7 use warnings;
  1         3  
  1         88  
14 1     1   8 use namespace::autoclean;
  1         3  
  1         8  
15              
16             our $VERSION = '2.67';
17              
18 1     1   168 use Class::Singleton 1.03;
  1         24  
  1         34  
19 1     1   6 use DateTime::TimeZone;
  1         2  
  1         45  
20 1     1   6 use DateTime::TimeZone::OlsonDB;
  1         2  
  1         285  
21              
22             @DateTime::TimeZone::America::Tegucigalpa::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             60597179332, # utc_end 1921-04-01 05:48:52 (Fri)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             60597158400, # local_end 1921-04-01 00:00:00 (Fri)
31             -20932,
32             0,
33             'LMT',
34             ],
35             [
36             60597179332, # utc_start 1921-04-01 05:48:52 (Fri)
37             62682703200, # utc_end 1987-05-03 06:00:00 (Sun)
38             60597157732, # local_start 1921-03-31 23:48:52 (Thu)
39             62682681600, # local_end 1987-05-03 00:00:00 (Sun)
40             -21600,
41             0,
42             'CST',
43             ],
44             [
45             62682703200, # utc_start 1987-05-03 06:00:00 (Sun)
46             62695400400, # utc_end 1987-09-27 05:00:00 (Sun)
47             62682685200, # local_start 1987-05-03 01:00:00 (Sun)
48             62695382400, # local_end 1987-09-27 00:00:00 (Sun)
49             -18000,
50             1,
51             'CDT',
52             ],
53             [
54             62695400400, # utc_start 1987-09-27 05:00:00 (Sun)
55             62714152800, # utc_end 1988-05-01 06:00:00 (Sun)
56             62695378800, # local_start 1987-09-26 23:00:00 (Sat)
57             62714131200, # local_end 1988-05-01 00:00:00 (Sun)
58             -21600,
59             0,
60             'CST',
61             ],
62             [
63             62714152800, # utc_start 1988-05-01 06:00:00 (Sun)
64             62726850000, # utc_end 1988-09-25 05:00:00 (Sun)
65             62714134800, # local_start 1988-05-01 01:00:00 (Sun)
66             62726832000, # local_end 1988-09-25 00:00:00 (Sun)
67             -18000,
68             1,
69             'CDT',
70             ],
71             [
72             62726850000, # utc_start 1988-09-25 05:00:00 (Sun)
73             63282664800, # utc_end 2006-05-07 06:00:00 (Sun)
74             62726828400, # local_start 1988-09-24 23:00:00 (Sat)
75             63282643200, # local_end 2006-05-07 00:00:00 (Sun)
76             -21600,
77             0,
78             'CST',
79             ],
80             [
81             63282664800, # utc_start 2006-05-07 06:00:00 (Sun)
82             63290610000, # utc_end 2006-08-07 05:00:00 (Mon)
83             63282646800, # local_start 2006-05-07 01:00:00 (Sun)
84             63290592000, # local_end 2006-08-07 00:00:00 (Mon)
85             -18000,
86             1,
87             'CDT',
88             ],
89             [
90             63290610000, # utc_start 2006-08-07 05:00:00 (Mon)
91             DateTime::TimeZone::INFINITY, # utc_end
92             63290588400, # local_start 2006-08-06 23:00:00 (Sun)
93             DateTime::TimeZone::INFINITY, # local_end
94             -21600,
95             0,
96             'CST',
97             ],
98             ];
99              
100 1     1 0 4 sub olson_version {'2026a'}
101              
102 0     0 1 0 sub has_dst_changes {3}
103              
104 1     1   9 sub _max_year {2036}
105              
106             sub _new_instance {
107 1     1   20 return shift->_init( @_, spans => $spans );
108             }
109              
110              
111              
112             1;
113