File Coverage

lib/Date/Manip/Offset/off272.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::off272;
3             # Copyright (c) 2008-2022 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: Fri Dec 2 12:33:24 EST 2022
10             # Data version: tzdata2022g
11             # Code version: tzcode2022g
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   30 use strict;
  4         19  
  4         153  
18 4     4   26 use warnings;
  4         9  
  4         1008  
19             require 5.010000;
20              
21             our ($VERSION);
22             $VERSION='6.90';
23 4     4   25 END { undef $VERSION; }
24              
25             our ($Offset,%Offset);
26             END {
27 4     4   306 undef $Offset;
28 4         21 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/asuncion',
51             'america/la_paz',
52             'america/caracas',
53             'america/goose_bay',
54             'america/santo_domingo',
55             'etc/gmt-4',
56             'd',
57             'america/grand_turk',
58             'america/punta_arenas',
59             'america/eirunepe',
60             'america/rio_branco',
61             'atlantic/stanley',
62             'america/argentina/san_luis',
63             'america/santarem',
64             'america/argentina/catamarca',
65             'america/argentina/la_rioja',
66             'america/argentina/mendoza',
67             'america/argentina/rio_gallegos',
68             'america/argentina/san_juan',
69             'america/argentina/tucuman',
70             'america/argentina/ushuaia',
71             'america/argentina/cordoba',
72             'america/argentina/jujuy',
73             'america/argentina/salta',
74             'america/miquelon',
75             'america/argentina/buenos_aires',
76             'america/cayenne',
77             'america/montevideo',
78             'antarctica/palmer',
79             ],
80             1 => [
81             'america/new_york',
82             'america/toronto',
83             'america/havana',
84             'america/detroit',
85             'america/iqaluit',
86             'america/kentucky/louisville',
87             'america/indiana/indianapolis',
88             'america/indiana/marengo',
89             'america/indiana/vevay',
90             'america/indiana/vincennes',
91             'america/indiana/winamac',
92             'america/grand_turk',
93             'america/port-au-prince',
94             'america/kentucky/monticello',
95             'america/indiana/petersburg',
96             'america/cancun',
97             'america/eirunepe',
98             'america/lima',
99             'america/bogota',
100             'america/guayaquil',
101             'america/rio_branco',
102             'america/jamaica',
103             'america/indiana/tell_city',
104             'america/santo_domingo',
105             'america/punta_arenas',
106             'america/santiago',
107             ],
108             );
109              
110             1;