File Coverage

blib/lib/DateTime/TimeZone/Pacific/Galapagos.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/southamerica. Olson data version 2026a
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::Pacific::Galapagos;
11              
12 1     1   2412 use strict;
  1         3  
  1         50  
13 1     1   7 use warnings;
  1         4  
  1         96  
14 1     1   10 use namespace::autoclean;
  1         3  
  1         10  
15              
16             our $VERSION = '2.67';
17              
18 1     1   118 use Class::Singleton 1.03;
  1         21  
  1         47  
19 1     1   7 use DateTime::TimeZone;
  1         2  
  1         29  
20 1     1   6 use DateTime::TimeZone::OlsonDB;
  1         3  
  1         227  
21              
22             @DateTime::TimeZone::Pacific::Galapagos::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             60904936704, # utc_end 1931-01-01 05:58:24 (Thu)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             60904915200, # local_end 1931-01-01 00:00:00 (Thu)
31             -21504,
32             0,
33             'LMT',
34             ],
35             [
36             60904936704, # utc_start 1931-01-01 05:58:24 (Thu)
37             62640622800, # utc_end 1986-01-01 05:00:00 (Wed)
38             60904918704, # local_start 1931-01-01 00:58:24 (Thu)
39             62640604800, # local_end 1986-01-01 00:00:00 (Wed)
40             -18000,
41             0,
42             '-05',
43             ],
44             [
45             62640622800, # utc_start 1986-01-01 05:00:00 (Wed)
46             62858613600, # utc_end 1992-11-28 06:00:00 (Sat)
47             62640601200, # local_start 1985-12-31 23:00:00 (Tue)
48             62858592000, # local_end 1992-11-28 00:00:00 (Sat)
49             -21600,
50             0,
51             '-06',
52             ],
53             [
54             62858613600, # utc_start 1992-11-28 06:00:00 (Sat)
55             62864571600, # utc_end 1993-02-05 05:00:00 (Fri)
56             62858595600, # local_start 1992-11-28 01:00:00 (Sat)
57             62864553600, # local_end 1993-02-05 00:00:00 (Fri)
58             -18000,
59             1,
60             '-05',
61             ],
62             [
63             62864571600, # utc_start 1993-02-05 05:00:00 (Fri)
64             DateTime::TimeZone::INFINITY, # utc_end
65             62864550000, # local_start 1993-02-04 23:00:00 (Thu)
66             DateTime::TimeZone::INFINITY, # local_end
67             -21600,
68             0,
69             '-06',
70             ],
71             ];
72              
73 1     1 0 3 sub olson_version {'2026a'}
74              
75 0     0 1 0 sub has_dst_changes {1}
76              
77 1     1   7 sub _max_year {2036}
78              
79             sub _new_instance {
80 1     1   25 return shift->_init( @_, spans => $spans );
81             }
82              
83              
84              
85             1;
86