File Coverage

blib/lib/DateTime/TimeZone/Pacific/Kwajalein.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/australasia. Olson data version 2026a
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::Pacific::Kwajalein;
11              
12 3     3   2297 use strict;
  3         9  
  3         138  
13 3     3   19 use warnings;
  3         7  
  3         146  
14 3     3   17 use namespace::autoclean;
  3         105  
  3         25  
15              
16             our $VERSION = '2.67';
17              
18 3     3   414 use Class::Singleton 1.03;
  3         57  
  3         115  
19 3     3   17 use DateTime::TimeZone;
  3         6  
  3         61  
20 3     3   26 use DateTime::TimeZone::OlsonDB;
  3         6  
  3         694  
21              
22             @DateTime::TimeZone::Pacific::Kwajalein::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             59958190240, # utc_end 1900-12-31 12:50:40 (Mon)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             59958230400, # local_end 1901-01-01 00:00:00 (Tue)
31             40160,
32             0,
33             'LMT',
34             ],
35             [
36             59958190240, # utc_start 1900-12-31 12:50:40 (Mon)
37             61094264400, # utc_end 1936-12-31 13:00:00 (Thu)
38             59958229840, # local_start 1900-12-31 23:50:40 (Mon)
39             61094304000, # local_end 1937-01-01 00:00:00 (Fri)
40             39600,
41             0,
42             '+11',
43             ],
44             [
45             61094264400, # utc_start 1936-12-31 13:00:00 (Thu)
46             61228274400, # utc_end 1941-03-31 14:00:00 (Mon)
47             61094300400, # local_start 1936-12-31 23:00:00 (Thu)
48             61228310400, # local_end 1941-04-01 00:00:00 (Tue)
49             36000,
50             0,
51             '+10',
52             ],
53             [
54             61228274400, # utc_start 1941-03-31 14:00:00 (Mon)
55             61318220400, # utc_end 1944-02-05 15:00:00 (Sat)
56             61228306800, # local_start 1941-03-31 23:00:00 (Mon)
57             61318252800, # local_end 1944-02-06 00:00:00 (Sun)
58             32400,
59             0,
60             '+09',
61             ],
62             [
63             61318220400, # utc_start 1944-02-05 15:00:00 (Sat)
64             62127694800, # utc_end 1969-09-30 13:00:00 (Tue)
65             61318260000, # local_start 1944-02-06 02:00:00 (Sun)
66             62127734400, # local_end 1969-10-01 00:00:00 (Wed)
67             39600,
68             0,
69             '+11',
70             ],
71             [
72             62127694800, # utc_start 1969-09-30 13:00:00 (Tue)
73             62881617600, # utc_end 1993-08-21 12:00:00 (Sat)
74             62127651600, # local_start 1969-09-30 01:00:00 (Tue)
75             62881574400, # local_end 1993-08-21 00:00:00 (Sat)
76             -43200,
77             0,
78             '-12',
79             ],
80             [
81             62881617600, # utc_start 1993-08-21 12:00:00 (Sat)
82             DateTime::TimeZone::INFINITY, # utc_end
83             62881660800, # local_start 1993-08-22 00:00:00 (Sun)
84             DateTime::TimeZone::INFINITY, # local_end
85             43200,
86             0,
87             '+12',
88             ],
89             ];
90              
91 4     4 0 11 sub olson_version {'2026a'}
92              
93 0     0 1 0 sub has_dst_changes {0}
94              
95 3     3   22 sub _max_year {2036}
96              
97             sub _new_instance {
98 3     3   51 return shift->_init( @_, spans => $spans );
99             }
100              
101              
102              
103             1;
104