File Coverage

blib/lib/DateTime/TimeZone/America/Martinique.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/northamerica. Olson data version 2026a
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::America::Martinique;
11              
12 1     1   823 use strict;
  1         3  
  1         45  
13 1     1   6 use warnings;
  1         3  
  1         55  
14 1     1   6 use namespace::autoclean;
  1         3  
  1         8  
15              
16             our $VERSION = '2.67';
17              
18 1     1   125 use Class::Singleton 1.03;
  1         20  
  1         64  
19 1     1   8 use DateTime::TimeZone;
  1         3  
  1         32  
20 1     1   6 use DateTime::TimeZone::OlsonDB;
  1         2  
  1         291  
21              
22             @DateTime::TimeZone::America::Martinique::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             59611176260, # utc_end 1890-01-01 04:04:20 (Wed)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             59611161600, # local_end 1890-01-01 00:00:00 (Wed)
31             -14660,
32             0,
33             'LMT',
34             ],
35             [
36             59611176260, # utc_start 1890-01-01 04:04:20 (Wed)
37             60284145860, # utc_end 1911-05-01 04:04:20 (Mon)
38             59611161600, # local_start 1890-01-01 00:00:00 (Wed)
39             60284131200, # local_end 1911-05-01 00:00:00 (Mon)
40             -14660,
41             0,
42             'FFMT',
43             ],
44             [
45             60284145860, # utc_start 1911-05-01 04:04:20 (Mon)
46             62459524800, # utc_end 1980-04-06 04:00:00 (Sun)
47             60284131460, # local_start 1911-05-01 00:04:20 (Mon)
48             62459510400, # local_end 1980-04-06 00:00:00 (Sun)
49             -14400,
50             0,
51             'AST',
52             ],
53             [
54             62459524800, # utc_start 1980-04-06 04:00:00 (Sun)
55             62474641200, # utc_end 1980-09-28 03:00:00 (Sun)
56             62459514000, # local_start 1980-04-06 01:00:00 (Sun)
57             62474630400, # local_end 1980-09-28 00:00:00 (Sun)
58             -10800,
59             1,
60             'ADT',
61             ],
62             [
63             62474641200, # utc_start 1980-09-28 03:00:00 (Sun)
64             DateTime::TimeZone::INFINITY, # utc_end
65             62474626800, # local_start 1980-09-27 23:00:00 (Sat)
66             DateTime::TimeZone::INFINITY, # local_end
67             -14400,
68             0,
69             'AST',
70             ],
71             ];
72              
73 1     1 0 3 sub olson_version {'2026a'}
74              
75 0     0 1 0 sub has_dst_changes {1}
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