File Coverage

blib/lib/DateTime/TimeZone/Asia/Thimphu.pm
Criterion Covered Total %
statement 22 22 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod 1 2 50.0
total 33 34 97.0


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::Thimphu;
11              
12 4     4   2686 use strict;
  4         11  
  4         1339  
13 4     4   30 use warnings;
  4         27  
  4         288  
14 4     4   26 use namespace::autoclean;
  4         9  
  4         33  
15              
16             our $VERSION = '2.67';
17              
18 4     4   423 use Class::Singleton 1.03;
  4         94  
  4         147  
19 4     4   22 use DateTime::TimeZone;
  4         11  
  4         86  
20 4     4   672 use DateTime::TimeZone::OlsonDB;
  4         12  
  4         796  
21              
22             @DateTime::TimeZone::Asia::Thimphu::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             61429341684, # utc_end 1947-08-14 18:01:24 (Thu)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             61429363200, # local_end 1947-08-15 00:00:00 (Fri)
31             21516,
32             0,
33             'LMT',
34             ],
35             [
36             61429341684, # utc_start 1947-08-14 18:01:24 (Thu)
37             62695708200, # utc_end 1987-09-30 18:30:00 (Wed)
38             61429361484, # local_start 1947-08-14 23:31:24 (Thu)
39             62695728000, # local_end 1987-10-01 00:00:00 (Thu)
40             19800,
41             0,
42             '+0530',
43             ],
44             [
45             62695708200, # utc_start 1987-09-30 18:30:00 (Wed)
46             DateTime::TimeZone::INFINITY, # utc_end
47             62695729800, # local_start 1987-10-01 00:30:00 (Thu)
48             DateTime::TimeZone::INFINITY, # local_end
49             21600,
50             0,
51             '+06',
52             ],
53             ];
54              
55 5     5 0 15 sub olson_version {'2026a'}
56              
57 1     1 1 10 sub has_dst_changes {0}
58              
59 4     4   31 sub _max_year {2036}
60              
61             sub _new_instance {
62 4     4   89 return shift->_init( @_, spans => $spans );
63             }
64              
65              
66              
67             1;
68