File Coverage

blib/lib/DateTime/TimeZone/America/Guyana.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::Guyana;
11              
12 1     1   568 use strict;
  1         2  
  1         30  
13 1     1   4 use warnings;
  1         1  
  1         48  
14 1     1   5 use namespace::autoclean;
  1         2  
  1         5  
15              
16             our $VERSION = '2.67';
17              
18 1     1   74 use Class::Singleton 1.03;
  1         13  
  1         15  
19 1     1   4 use DateTime::TimeZone;
  1         1  
  1         18  
20 1     1   18 use DateTime::TimeZone::OlsonDB;
  1         1  
  1         157  
21              
22             @DateTime::TimeZone::America::Guyana::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             60292093959, # utc_end 1911-08-01 03:52:39 (Tue)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             60292080000, # local_end 1911-08-01 00:00:00 (Tue)
31             -13959,
32             0,
33             'LMT',
34             ],
35             [
36             60292093959, # utc_start 1911-08-01 03:52:39 (Tue)
37             60405105600, # utc_end 1915-03-01 04:00:00 (Mon)
38             60292079559, # local_start 1911-07-31 23:52:39 (Mon)
39             60405091200, # local_end 1915-03-01 00:00:00 (Mon)
40             -14400,
41             0,
42             '-04',
43             ],
44             [
45             60405105600, # utc_start 1915-03-01 04:00:00 (Mon)
46             62311779900, # utc_end 1975-08-01 03:45:00 (Fri)
47             60405092100, # local_start 1915-03-01 00:15:00 (Mon)
48             62311766400, # local_end 1975-08-01 00:00:00 (Fri)
49             -13500,
50             0,
51             '-0345',
52             ],
53             [
54             62311779900, # utc_start 1975-08-01 03:45:00 (Fri)
55             62837524800, # utc_end 1992-03-29 04:00:00 (Sun)
56             62311769100, # local_start 1975-08-01 00:45:00 (Fri)
57             62837514000, # local_end 1992-03-29 01:00:00 (Sun)
58             -10800,
59             0,
60             '-03',
61             ],
62             [
63             62837524800, # utc_start 1992-03-29 04:00:00 (Sun)
64             DateTime::TimeZone::INFINITY, # utc_end
65             62837510400, # local_start 1992-03-29 00:00:00 (Sun)
66             DateTime::TimeZone::INFINITY, # local_end
67             -14400,
68             0,
69             '-04',
70             ],
71             ];
72              
73 1     1 0 1 sub olson_version {'2026a'}
74              
75 0     0 1 0 sub has_dst_changes {0}
76              
77 1     1   5 sub _max_year {2036}
78              
79             sub _new_instance {
80 1     1   12 return shift->_init( @_, spans => $spans );
81             }
82              
83              
84              
85             1;
86