File Coverage

lib/Date/Manip/Offset/off271.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 13 13 100.0


line stmt bran cond sub pod time code
1             package #
2             Date::Manip::Offset::off271;
3             # Copyright (c) 2008-2026 Sullivan Beck. All rights reserved.
4             # This program is free software; you can redistribute it and/or modify it
5             # under the same terms as Perl itself.
6              
7             # This file was automatically generated. Any changes to this file will
8             # be lost the next time 'tzdata' is run.
9             # Generated on: Mon Mar 2 13:07:46 EST 2026
10             # Data version: tzdata2026a
11             # Code version: tzcode2026a
12              
13             # This module contains data from the zoneinfo time zone database. The original
14             # data was obtained from the URL:
15             # ftp://ftp.iana.org/tz
16              
17 4     4   20 use strict;
  4         6  
  4         139  
18 4     4   16 use warnings;
  4         5  
  4         1052  
19             require 5.010000;
20              
21             our ($VERSION);
22             $VERSION='6.99';
23 4     4   17 END { undef $VERSION; }
24              
25             our ($Offset,%Offset);
26             END {
27 4     4   244 undef $Offset;
28 4         13 undef %Offset;
29             }
30              
31             $Offset = '-04:00:00';
32              
33             %Offset = (
34             0 => [
35             'america/puerto_rico',
36             'america/glace_bay',
37             'america/halifax',
38             'america/moncton',
39             'america/barbados',
40             'america/guyana',
41             'america/martinique',
42             'america/boa_vista',
43             'america/campo_grande',
44             'america/cuiaba',
45             'america/manaus',
46             'america/porto_velho',
47             'america/thule',
48             'america/santiago',
49             'atlantic/bermuda',
50             'america/la_paz',
51             'america/caracas',
52             'america/goose_bay',
53             'america/santo_domingo',
54             'etc/gmt-4',
55             'd',
56             'america/coyhaique',
57             'america/asuncion',
58             'america/grand_turk',
59             'america/punta_arenas',
60             'america/eirunepe',
61             'america/rio_branco',
62             'atlantic/stanley',
63             'america/argentina/san_luis',
64             'america/santarem',
65             'america/argentina/catamarca',
66             'america/argentina/la_rioja',
67             'america/argentina/mendoza',
68             'america/argentina/rio_gallegos',
69             'america/argentina/san_juan',
70             'america/argentina/tucuman',
71             'america/argentina/ushuaia',
72             'america/argentina/cordoba',
73             'america/argentina/jujuy',
74             'america/argentina/salta',
75             'america/miquelon',
76             'america/argentina/buenos_aires',
77             'america/cayenne',
78             'america/montevideo',
79             'antarctica/palmer',
80             ],
81             1 => [
82             'america/new_york',
83             'america/toronto',
84             'america/havana',
85             'america/detroit',
86             'america/iqaluit',
87             'america/kentucky/louisville',
88             'america/indiana/indianapolis',
89             'america/indiana/marengo',
90             'america/indiana/vevay',
91             'america/indiana/vincennes',
92             'america/indiana/winamac',
93             'america/grand_turk',
94             'america/port-au-prince',
95             'america/kentucky/monticello',
96             'america/indiana/petersburg',
97             'america/cancun',
98             'america/eirunepe',
99             'america/lima',
100             'america/bogota',
101             'america/guayaquil',
102             'america/rio_branco',
103             'america/jamaica',
104             'america/indiana/tell_city',
105             'america/santo_domingo',
106             'america/coyhaique',
107             'america/punta_arenas',
108             'america/santiago',
109             ],
110             );
111              
112             1;