File Coverage

blib/lib/DateTime/TimeZone/Pacific/Tarawa.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/HahUrb_roy/australasia. Olson data version 2025c
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::Pacific::Tarawa;
11              
12 4     4   4875 use strict;
  4         10  
  4         219  
13 4     4   26 use warnings;
  4         10  
  4         316  
14 4     4   28 use namespace::autoclean;
  4         8  
  4         40  
15              
16             our $VERSION = '2.66';
17              
18 4     4   562 use Class::Singleton 1.03;
  4         158  
  4         130  
19 4     4   24 use DateTime::TimeZone;
  4         24  
  4         129  
20 4     4   644 use DateTime::TimeZone::OlsonDB;
  4         14  
  4         898  
21              
22             @DateTime::TimeZone::Pacific::Tarawa::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             59958188876, # utc_end 1900-12-31 12:27:56 (Mon)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             59958230400, # local_end 1901-01-01 00:00:00 (Tue)
31             41524,
32             0,
33             'LMT',
34             ],
35             [
36             59958188876, # utc_start 1900-12-31 12:27:56 (Mon)
37             DateTime::TimeZone::INFINITY, # utc_end
38             59958232076, # local_start 1901-01-01 00:27:56 (Tue)
39             DateTime::TimeZone::INFINITY, # local_end
40             43200,
41             0,
42             '+12',
43             ],
44             ];
45              
46 14     14 0 40 sub olson_version {'2025c'}
47              
48 0     0 1 0 sub has_dst_changes {0}
49              
50 4     4   33 sub _max_year {2035}
51              
52             sub _new_instance {
53 4     4   78 return shift->_init( @_, spans => $spans );
54             }
55              
56              
57              
58             1;
59