File Coverage

blib/lib/DateTime/TimeZone/Asia/Jakarta.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::Jakarta;
11              
12 1     1   656 use strict;
  1         3  
  1         59  
13 1     1   5 use warnings;
  1         2  
  1         59  
14 1     1   5 use namespace::autoclean;
  1         2  
  1         5  
15              
16             our $VERSION = '2.67';
17              
18 1     1   80 use Class::Singleton 1.03;
  1         17  
  1         18  
19 1     1   6 use DateTime::TimeZone;
  1         1  
  1         35  
20 1     1   5 use DateTime::TimeZone::OlsonDB;
  1         2  
  1         191  
21              
22             @DateTime::TimeZone::Asia::Jakarta::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             58904383968, # utc_end 1867-08-09 16:52:48 (Fri)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             58904409600, # local_end 1867-08-10 00:00:00 (Sat)
31             25632,
32             0,
33             'LMT',
34             ],
35             [
36             58904383968, # utc_start 1867-08-09 16:52:48 (Fri)
37             60683964000, # utc_end 1923-12-31 16:40:00 (Mon)
38             58904409600, # local_start 1867-08-10 00:00:00 (Sat)
39             60683989632, # local_end 1923-12-31 23:47:12 (Mon)
40             25632,
41             0,
42             'BMT',
43             ],
44             [
45             60683964000, # utc_start 1923-12-31 16:40:00 (Mon)
46             60962776800, # utc_end 1932-10-31 16:40:00 (Mon)
47             60683990400, # local_start 1924-01-01 00:00:00 (Tue)
48             60962803200, # local_end 1932-11-01 00:00:00 (Tue)
49             26400,
50             0,
51             '+0720',
52             ],
53             [
54             60962776800, # utc_start 1932-10-31 16:40:00 (Mon)
55             61259041800, # utc_end 1942-03-22 16:30:00 (Sun)
56             60962803800, # local_start 1932-11-01 00:10:00 (Tue)
57             61259068800, # local_end 1942-03-23 00:00:00 (Mon)
58             27000,
59             0,
60             '+0730',
61             ],
62             [
63             61259041800, # utc_start 1942-03-22 16:30:00 (Sun)
64             61369628400, # utc_end 1945-09-22 15:00:00 (Sat)
65             61259074200, # local_start 1942-03-23 01:30:00 (Mon)
66             61369660800, # local_end 1945-09-23 00:00:00 (Sun)
67             32400,
68             0,
69             '+09',
70             ],
71             [
72             61369628400, # utc_start 1945-09-22 15:00:00 (Sat)
73             61451800200, # utc_end 1948-04-30 16:30:00 (Fri)
74             61369655400, # local_start 1945-09-22 22:30:00 (Sat)
75             61451827200, # local_end 1948-05-01 00:00:00 (Sat)
76             27000,
77             0,
78             '+0730',
79             ],
80             [
81             61451800200, # utc_start 1948-04-30 16:30:00 (Fri)
82             61514870400, # utc_end 1950-04-30 16:00:00 (Sun)
83             61451829000, # local_start 1948-05-01 00:30:00 (Sat)
84             61514899200, # local_end 1950-05-01 00:00:00 (Mon)
85             28800,
86             0,
87             '+08',
88             ],
89             [
90             61514870400, # utc_start 1950-04-30 16:00:00 (Sun)
91             61946267400, # utc_end 1963-12-31 16:30:00 (Tue)
92             61514897400, # local_start 1950-04-30 23:30:00 (Sun)
93             61946294400, # local_end 1964-01-01 00:00:00 (Wed)
94             27000,
95             0,
96             '+0730',
97             ],
98             [
99             61946267400, # utc_start 1963-12-31 16:30:00 (Tue)
100             DateTime::TimeZone::INFINITY, # utc_end
101             61946292600, # local_start 1963-12-31 23:30:00 (Tue)
102             DateTime::TimeZone::INFINITY, # local_end
103             25200,
104             0,
105             'WIB',
106             ],
107             ];
108              
109 1     1 0 2 sub olson_version {'2026a'}
110              
111 0     0 1 0 sub has_dst_changes {0}
112              
113 1     1   7 sub _max_year {2036}
114              
115             sub _new_instance {
116 1     1   18 return shift->_init( @_, spans => $spans );
117             }
118              
119              
120              
121             1;
122