File Coverage

blib/lib/DateTime/TimeZone/Asia/Dili.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::Dili;
11              
12 1     1   603 use strict;
  1         3  
  1         36  
13 1     1   5 use warnings;
  1         2  
  1         56  
14 1     1   6 use namespace::autoclean;
  1         5  
  1         6  
15              
16             our $VERSION = '2.67';
17              
18 1     1   112 use Class::Singleton 1.03;
  1         16  
  1         29  
19 1     1   5 use DateTime::TimeZone;
  1         1  
  1         16  
20 1     1   4 use DateTime::TimeZone::OlsonDB;
  1         3  
  1         187  
21              
22             @DateTime::TimeZone::Asia::Dili::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             60305270400, # utc_end 1911-12-31 16:00:00 (Sun)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             60305300540, # local_end 1912-01-01 00:22:20 (Mon)
31             30140,
32             0,
33             'LMT',
34             ],
35             [
36             60305270400, # utc_start 1911-12-31 16:00:00 (Sun)
37             61256530800, # utc_end 1942-02-21 15:00:00 (Sat)
38             60305299200, # local_start 1912-01-01 00:00:00 (Mon)
39             61256559600, # local_end 1942-02-21 23:00:00 (Sat)
40             28800,
41             0,
42             '+08',
43             ],
44             [
45             61256530800, # utc_start 1942-02-21 15:00:00 (Sat)
46             62335580400, # utc_end 1976-05-02 15:00:00 (Sun)
47             61256563200, # local_start 1942-02-22 00:00:00 (Sun)
48             62335612800, # local_end 1976-05-03 00:00:00 (Mon)
49             32400,
50             0,
51             '+09',
52             ],
53             [
54             62335580400, # utc_start 1976-05-02 15:00:00 (Sun)
55             63104803200, # utc_end 2000-09-16 16:00:00 (Sat)
56             62335609200, # local_start 1976-05-02 23:00:00 (Sun)
57             63104832000, # local_end 2000-09-17 00:00:00 (Sun)
58             28800,
59             0,
60             '+08',
61             ],
62             [
63             63104803200, # utc_start 2000-09-16 16:00:00 (Sat)
64             DateTime::TimeZone::INFINITY, # utc_end
65             63104835600, # local_start 2000-09-17 01:00:00 (Sun)
66             DateTime::TimeZone::INFINITY, # local_end
67             32400,
68             0,
69             '+09',
70             ],
71             ];
72              
73 1     1 0 3 sub olson_version {'2026a'}
74              
75 0     0 1 0 sub has_dst_changes {0}
76              
77 1     1   6 sub _max_year {2036}
78              
79             sub _new_instance {
80 1     1   15 return shift->_init( @_, spans => $spans );
81             }
82              
83              
84              
85             1;
86