File Coverage

blib/lib/DateTime/TimeZone/Asia/Pontianak.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::Pontianak;
11              
12 1     1   623 use strict;
  1         3  
  1         33  
13 1     1   4 use warnings;
  1         1  
  1         50  
14 1     1   6 use namespace::autoclean;
  1         2  
  1         5  
15              
16             our $VERSION = '2.67';
17              
18 1     1   79 use Class::Singleton 1.03;
  1         15  
  1         18  
19 1     1   5 use DateTime::TimeZone;
  1         1  
  1         19  
20 1     1   3 use DateTime::TimeZone::OlsonDB;
  1         1  
  1         153  
21              
22             @DateTime::TimeZone::Asia::Pontianak::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             60189496960, # utc_end 1908-04-30 16:42:40 (Thu)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             60189523200, # local_end 1908-05-01 00:00:00 (Fri)
31             26240,
32             0,
33             'LMT',
34             ],
35             [
36             60189496960, # utc_start 1908-04-30 16:42:40 (Thu)
37             60962776960, # utc_end 1932-10-31 16:42:40 (Mon)
38             60189523200, # local_start 1908-05-01 00:00:00 (Fri)
39             60962803200, # local_end 1932-11-01 00:00:00 (Tue)
40             26240,
41             0,
42             'PMT',
43             ],
44             [
45             60962776960, # utc_start 1932-10-31 16:42:40 (Mon)
46             61254462600, # utc_end 1942-01-28 16:30:00 (Wed)
47             60962803960, # local_start 1932-11-01 00:12:40 (Tue)
48             61254489600, # local_end 1942-01-29 00:00:00 (Thu)
49             27000,
50             0,
51             '+0730',
52             ],
53             [
54             61254462600, # utc_start 1942-01-28 16:30:00 (Wed)
55             61369628400, # utc_end 1945-09-22 15:00:00 (Sat)
56             61254495000, # local_start 1942-01-29 01:30:00 (Thu)
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             61451800200, # utc_end 1948-04-30 16:30:00 (Fri)
65             61369655400, # local_start 1945-09-22 22:30:00 (Sat)
66             61451827200, # local_end 1948-05-01 00:00:00 (Sat)
67             27000,
68             0,
69             '+0730',
70             ],
71             [
72             61451800200, # utc_start 1948-04-30 16:30:00 (Fri)
73             61514870400, # utc_end 1950-04-30 16:00:00 (Sun)
74             61451829000, # local_start 1948-05-01 00:30:00 (Sat)
75             61514899200, # local_end 1950-05-01 00:00:00 (Mon)
76             28800,
77             0,
78             '+08',
79             ],
80             [
81             61514870400, # utc_start 1950-04-30 16:00:00 (Sun)
82             61946267400, # utc_end 1963-12-31 16:30:00 (Tue)
83             61514897400, # local_start 1950-04-30 23:30:00 (Sun)
84             61946294400, # local_end 1964-01-01 00:00:00 (Wed)
85             27000,
86             0,
87             '+0730',
88             ],
89             [
90             61946267400, # utc_start 1963-12-31 16:30:00 (Tue)
91             62703648000, # utc_end 1987-12-31 16:00:00 (Thu)
92             61946296200, # local_start 1964-01-01 00:30:00 (Wed)
93             62703676800, # local_end 1988-01-01 00:00:00 (Fri)
94             28800,
95             0,
96             'WITA',
97             ],
98             [
99             62703648000, # utc_start 1987-12-31 16:00:00 (Thu)
100             DateTime::TimeZone::INFINITY, # utc_end
101             62703673200, # local_start 1987-12-31 23:00:00 (Thu)
102             DateTime::TimeZone::INFINITY, # local_end
103             25200,
104             0,
105             'WIB',
106             ],
107             ];
108              
109 1     1 0 3 sub olson_version {'2026a'}
110              
111 0     0 1 0 sub has_dst_changes {0}
112              
113 1     1   5 sub _max_year {2036}
114              
115             sub _new_instance {
116 1     1   13 return shift->_init( @_, spans => $spans );
117             }
118              
119              
120              
121             1;
122