File Coverage

lib/Date/Manip/Offset/off017.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::off017;
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:45 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   23 use strict;
  4         8  
  4         136  
18 4     4   13 use warnings;
  4         9  
  4         924  
19             require 5.010000;
20              
21             our ($VERSION);
22             $VERSION='6.99';
23 4     4   19 END { undef $VERSION; }
24              
25             our ($Offset,%Offset);
26             END {
27 4     4   7 undef $Offset;
28 4         14 undef %Offset;
29             }
30              
31             $Offset = '+01:00:00';
32              
33             %Offset = (
34             0 => [
35             'europe/brussels',
36             'europe/belgrade',
37             'europe/budapest',
38             'europe/prague',
39             'europe/berlin',
40             'europe/malta',
41             'europe/rome',
42             'europe/vienna',
43             'europe/zurich',
44             'africa/ndjamena',
45             'africa/tunis',
46             'europe/tirane',
47             'europe/warsaw',
48             'africa/lagos',
49             'europe/madrid',
50             'africa/algiers',
51             'europe/paris',
52             'europe/andorra',
53             'europe/gibraltar',
54             'europe/dublin',
55             'africa/casablanca',
56             'africa/ceuta',
57             'africa/el_aaiun',
58             'etc/gmt+1',
59             'n',
60             'africa/sao_tome',
61             'africa/tripoli',
62             'europe/vilnius',
63             'europe/lisbon',
64             'europe/london',
65             'europe/kaliningrad',
66             'europe/sofia',
67             'europe/tallinn',
68             'europe/athens',
69             'europe/chisinau',
70             'europe/minsk',
71             'europe/riga',
72             'europe/simferopol',
73             'europe/kyiv',
74             ],
75             1 => [
76             'europe/lisbon',
77             'europe/london',
78             'atlantic/madeira',
79             'atlantic/canary',
80             'atlantic/faroe',
81             'africa/casablanca',
82             'africa/el_aaiun',
83             'africa/windhoek',
84             'atlantic/azores',
85             'africa/algiers',
86             'africa/ceuta',
87             'europe/dublin',
88             'europe/gibraltar',
89             'europe/paris',
90             'europe/brussels',
91             'europe/madrid',
92             ],
93             );
94              
95             1;