File Coverage

lib/Date/Manip/Offset/off000.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::off000;
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 2     2   10 use strict;
  2         2  
  2         61  
18 2     2   6 use warnings;
  2         3  
  2         462  
19             require 5.010000;
20              
21             our ($VERSION);
22             $VERSION='6.99';
23 2     2   8 END { undef $VERSION; }
24              
25             our ($Offset,%Offset);
26             END {
27 2     2   5 undef $Offset;
28 2         7 undef %Offset;
29             }
30              
31             $Offset = '+00:00:00';
32              
33             %Offset = (
34             0 => [
35             'europe/lisbon',
36             'europe/london',
37             'atlantic/faroe',
38             'africa/abidjan',
39             'africa/sao_tome',
40             'atlantic/canary',
41             'atlantic/madeira',
42             'africa/monrovia',
43             'africa/bissau',
44             'america/danmarkshavn',
45             'etc/gmt',
46             'etc/utc',
47             'ut',
48             'z',
49             'antarctica/troll',
50             'africa/casablanca',
51             'africa/el_aaiun',
52             'atlantic/azores',
53             'africa/ceuta',
54             'africa/algiers',
55             'europe/dublin',
56             'america/rankin_inlet',
57             'europe/gibraltar',
58             'america/inuvik',
59             'america/resolute',
60             'europe/andorra',
61             'america/iqaluit',
62             'europe/brussels',
63             'europe/madrid',
64             'europe/paris',
65             'pacific/kanton',
66             'america/cambridge_bay',
67             'africa/lagos',
68             'antarctica/casey',
69             'antarctica/davis',
70             'antarctica/macquarie',
71             'antarctica/mawson',
72             'antarctica/palmer',
73             'antarctica/rothera',
74             'antarctica/vostok',
75             ],
76             1 => [
77             'atlantic/azores',
78             'europe/dublin',
79             'africa/casablanca',
80             'africa/el_aaiun',
81             'america/scoresbysund',
82             'atlantic/madeira',
83             'europe/prague',
84             ],
85             );
86              
87             1;