File Coverage

blib/lib/DateTime/TimeZone/Asia/Makassar.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/asia. Olson data version 2026a
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::Asia::Makassar;
11              
12 3     3   2063 use strict;
  3         8  
  3         126  
13 3     3   16 use warnings;
  3         7  
  3         204  
14 3     3   19 use namespace::autoclean;
  3         6  
  3         27  
15              
16             our $VERSION = '2.67';
17              
18 3     3   295 use Class::Singleton 1.03;
  3         65  
  3         97  
19 3     3   14 use DateTime::TimeZone;
  3         5  
  3         50  
20 3     3   648 use DateTime::TimeZone::OlsonDB;
  3         7  
  3         517  
21              
22             @DateTime::TimeZone::Asia::Makassar::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             60557731344, # utc_end 1919-12-31 16:02:24 (Wed)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             60557760000, # local_end 1920-01-01 00:00:00 (Thu)
31             28656,
32             0,
33             'LMT',
34             ],
35             [
36             60557731344, # utc_start 1919-12-31 16:02:24 (Wed)
37             60962774544, # utc_end 1932-10-31 16:02:24 (Mon)
38             60557760000, # local_start 1920-01-01 00:00:00 (Thu)
39             60962803200, # local_end 1932-11-01 00:00:00 (Tue)
40             28656,
41             0,
42             'MMT',
43             ],
44             [
45             60962774544, # utc_start 1932-10-31 16:02:24 (Mon)
46             61255411200, # utc_end 1942-02-08 16:00:00 (Sun)
47             60962803344, # local_start 1932-11-01 00:02:24 (Tue)
48             61255440000, # local_end 1942-02-09 00:00:00 (Mon)
49             28800,
50             0,
51             '+08',
52             ],
53             [
54             61255411200, # utc_start 1942-02-08 16:00:00 (Sun)
55             61369628400, # utc_end 1945-09-22 15:00:00 (Sat)
56             61255443600, # local_start 1942-02-09 01:00:00 (Mon)
57             61369660800, # local_end 1945-09-23 00:00:00 (Sun)
58             32400,
59             0,
60             '+09',
61             ],
62             [
63             61369628400, # utc_start 1945-09-22 15:00:00 (Sat)
64             DateTime::TimeZone::INFINITY, # utc_end
65             61369657200, # local_start 1945-09-22 23:00:00 (Sat)
66             DateTime::TimeZone::INFINITY, # local_end
67             28800,
68             0,
69             'WITA',
70             ],
71             ];
72              
73 4     4 0 12 sub olson_version {'2026a'}
74              
75 0     0 1 0 sub has_dst_changes {0}
76              
77 3     3   24 sub _max_year {2036}
78              
79             sub _new_instance {
80 3     3   58 return shift->_init( @_, spans => $spans );
81             }
82              
83              
84              
85             1;
86