File Coverage

lib/Date/Manip/TZ/aflago00.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::TZ::aflago00;
3             # Copyright (c) 2008-2023 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: Wed Jun 7 12:24:44 EDT 2023
10             # Data version: tzdata2023c
11             # Code version: tzcode2023c
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 6     6   38 use strict;
  6         13  
  6         195  
18 6     6   30 use warnings;
  6         13  
  6         1527  
19             require 5.010000;
20              
21             our (%Dates,%LastRule);
22             END {
23 6     6   25 undef %Dates;
24 6         31 undef %LastRule;
25             }
26              
27             our ($VERSION);
28             $VERSION='6.92';
29 6     6   20 END { undef $VERSION; }
30              
31             %Dates = (
32             1 =>
33             [
34             [ [1,1,2,0,0,0],[1,1,2,0,13,35],'+00:13:35',[0,13,35],
35             'LMT',0,[1905,6,30,23,46,24],[1905,6,30,23,59,59],
36             '0001010200:00:00','0001010200:13:35','1905063023:46:24','1905063023:59:59' ],
37             ],
38             1905 =>
39             [
40             [ [1905,6,30,23,46,25],[1905,6,30,23,46,25],'+00:00:00',[0,0,0],
41             'GMT',0,[1908,6,30,23,59,59],[1908,6,30,23,59,59],
42             '1905063023:46:25','1905063023:46:25','1908063023:59:59','1908063023:59:59' ],
43             ],
44             1908 =>
45             [
46             [ [1908,7,1,0,0,0],[1908,7,1,0,13,35],'+00:13:35',[0,13,35],
47             'LMT',0,[1913,12,31,23,46,24],[1913,12,31,23,59,59],
48             '1908070100:00:00','1908070100:13:35','1913123123:46:24','1913123123:59:59' ],
49             ],
50             1913 =>
51             [
52             [ [1913,12,31,23,46,25],[1914,1,1,0,16,25],'+00:30:00',[0,30,0],
53             '+0030',0,[1919,8,31,23,29,59],[1919,8,31,23,59,59],
54             '1913123123:46:25','1914010100:16:25','1919083123:29:59','1919083123:59:59' ],
55             ],
56             1919 =>
57             [
58             [ [1919,8,31,23,30,0],[1919,9,1,0,30,0],'+01:00:00',[1,0,0],
59             'WAT',0,[9999,12,31,0,0,0],[9999,12,31,1,0,0],
60             '1919083123:30:00','1919090100:30:00','9999123100:00:00','9999123101:00:00' ],
61             ],
62             );
63              
64             %LastRule = (
65             );
66              
67             1;