File Coverage

blib/lib/DateTime/TimeZone/America/Paramaribo.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/southamerica. Olson data version 2026a
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::America::Paramaribo;
11              
12 1     1   837 use strict;
  1         4  
  1         46  
13 1     1   6 use warnings;
  1         2  
  1         74  
14 1     1   27 use namespace::autoclean;
  1         3  
  1         9  
15              
16             our $VERSION = '2.67';
17              
18 1     1   125 use Class::Singleton 1.03;
  1         20  
  1         30  
19 1     1   7 use DateTime::TimeZone;
  1         2  
  1         77  
20 1     1   7 use DateTime::TimeZone::OlsonDB;
  1         2  
  1         247  
21              
22             @DateTime::TimeZone::America::Paramaribo::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             60273776440, # utc_end 1911-01-01 03:40:40 (Sun)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             60273763200, # local_end 1911-01-01 00:00:00 (Sun)
31             -13240,
32             0,
33             'LMT',
34             ],
35             [
36             60273776440, # utc_start 1911-01-01 03:40:40 (Sun)
37             61031158852, # utc_end 1935-01-01 03:40:52 (Tue)
38             60273763188, # local_start 1910-12-31 23:59:48 (Sat)
39             61031145600, # local_end 1935-01-01 00:00:00 (Tue)
40             -13252,
41             0,
42             'PMT',
43             ],
44             [
45             61031158852, # utc_start 1935-01-01 03:40:52 (Tue)
46             61370365236, # utc_end 1945-10-01 03:40:36 (Mon)
47             61031145616, # local_start 1935-01-01 00:00:16 (Tue)
48             61370352000, # local_end 1945-10-01 00:00:00 (Mon)
49             -13236,
50             0,
51             'PMT',
52             ],
53             [
54             61370365236, # utc_start 1945-10-01 03:40:36 (Mon)
55             62601132600, # utc_end 1984-10-01 03:30:00 (Mon)
56             61370352636, # local_start 1945-10-01 00:10:36 (Mon)
57             62601120000, # local_end 1984-10-01 00:00:00 (Mon)
58             -12600,
59             0,
60             '-0330',
61             ],
62             [
63             62601132600, # utc_start 1984-10-01 03:30:00 (Mon)
64             DateTime::TimeZone::INFINITY, # utc_end
65             62601121800, # local_start 1984-10-01 00:30:00 (Mon)
66             DateTime::TimeZone::INFINITY, # local_end
67             -10800,
68             0,
69             '-03',
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   8 sub _max_year {2036}
78              
79             sub _new_instance {
80 1     1   21 return shift->_init( @_, spans => $spans );
81             }
82              
83              
84              
85             1;
86