File Coverage

blib/lib/DateTime/TimeZone/Pacific/Kosrae.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::Kosrae;
11              
12 1     1   1300 use strict;
  1         3  
  1         46  
13 1     1   41 use warnings;
  1         3  
  1         107  
14 1     1   8 use namespace::autoclean;
  1         2  
  1         9  
15              
16             our $VERSION = '2.67';
17              
18 1     1   206 use Class::Singleton 1.03;
  1         69  
  1         85  
19 1     1   8 use DateTime::TimeZone;
  1         2  
  1         25  
20 1     1   39 use DateTime::TimeZone::OlsonDB;
  1         6  
  1         639  
21              
22             @DateTime::TimeZone::Pacific::Kosrae::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             58191052084, # utc_end 1844-12-31 13:08:04 (Tue)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             58191004800, # local_end 1844-12-31 00:00:00 (Tue)
31             -47284,
32             0,
33             'LMT',
34             ],
35             [
36             58191052084, # utc_start 1844-12-31 13:08:04 (Tue)
37             59958191284, # utc_end 1900-12-31 13:08:04 (Mon)
38             58191091200, # local_start 1845-01-01 00:00:00 (Wed)
39             59958230400, # local_end 1901-01-01 00:00:00 (Tue)
40             39116,
41             0,
42             'LMT',
43             ],
44             [
45             59958191284, # utc_start 1900-12-31 13:08:04 (Mon)
46             60392005200, # utc_end 1914-09-30 13:00:00 (Wed)
47             59958230884, # local_start 1901-01-01 00:08:04 (Tue)
48             60392044800, # local_end 1914-10-01 00:00:00 (Thu)
49             39600,
50             0,
51             '+11',
52             ],
53             [
54             60392005200, # utc_start 1914-09-30 13:00:00 (Wed)
55             60528870000, # utc_end 1919-01-31 15:00:00 (Fri)
56             60392037600, # local_start 1914-09-30 22:00:00 (Wed)
57             60528902400, # local_end 1919-02-01 00:00:00 (Sat)
58             32400,
59             0,
60             '+09',
61             ],
62             [
63             60528870000, # utc_start 1919-01-31 15:00:00 (Fri)
64             61094264400, # utc_end 1936-12-31 13:00:00 (Thu)
65             60528909600, # local_start 1919-02-01 02:00:00 (Sat)
66             61094304000, # local_end 1937-01-01 00:00:00 (Fri)
67             39600,
68             0,
69             '+11',
70             ],
71             [
72             61094264400, # utc_start 1936-12-31 13:00:00 (Thu)
73             61228274400, # utc_end 1941-03-31 14:00:00 (Mon)
74             61094300400, # local_start 1936-12-31 23:00:00 (Thu)
75             61228310400, # local_end 1941-04-01 00:00:00 (Tue)
76             36000,
77             0,
78             '+10',
79             ],
80             [
81             61228274400, # utc_start 1941-03-31 14:00:00 (Mon)
82             61365049200, # utc_end 1945-07-31 15:00:00 (Tue)
83             61228306800, # local_start 1941-03-31 23:00:00 (Mon)
84             61365081600, # local_end 1945-08-01 00:00:00 (Wed)
85             32400,
86             0,
87             '+09',
88             ],
89             [
90             61365049200, # utc_start 1945-07-31 15:00:00 (Tue)
91             62127694800, # utc_end 1969-09-30 13:00:00 (Tue)
92             61365088800, # local_start 1945-08-01 02:00:00 (Wed)
93             62127734400, # local_end 1969-10-01 00:00:00 (Wed)
94             39600,
95             0,
96             '+11',
97             ],
98             [
99             62127694800, # utc_start 1969-09-30 13:00:00 (Tue)
100             63050788800, # utc_end 1998-12-31 12:00:00 (Thu)
101             62127738000, # local_start 1969-10-01 01:00:00 (Wed)
102             63050832000, # local_end 1999-01-01 00:00:00 (Fri)
103             43200,
104             0,
105             '+12',
106             ],
107             [
108             63050788800, # utc_start 1998-12-31 12:00:00 (Thu)
109             DateTime::TimeZone::INFINITY, # utc_end
110             63050828400, # local_start 1998-12-31 23:00:00 (Thu)
111             DateTime::TimeZone::INFINITY, # local_end
112             39600,
113             0,
114             '+11',
115             ],
116             ];
117              
118 1     1 0 5 sub olson_version {'2026a'}
119              
120 0     0 1 0 sub has_dst_changes {0}
121              
122 1     1   11 sub _max_year {2036}
123              
124             sub _new_instance {
125 1     1   22 return shift->_init( @_, spans => $spans );
126             }
127              
128              
129              
130             1;
131