File Coverage

lib/Date/Manip/TZ/amguat00.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::amguat00;
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: Fri Dec 2 12:31:44 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 10     10   81 use strict;
  10         23  
  10         362  
18 10     10   64 use warnings;
  10         23  
  10         4118  
19             require 5.010000;
20              
21             our (%Dates,%LastRule);
22             END {
23 10     10   57 undef %Dates;
24 10         58 undef %LastRule;
25             }
26              
27             our ($VERSION);
28             $VERSION='6.91';
29 10     10   43 END { undef $VERSION; }
30              
31             %Dates = (
32             1 =>
33             [
34             [ [1,1,2,0,0,0],[1,1,1,17,57,56],'-06:02:04',[-6,-2,-4],
35             'LMT',0,[1918,10,5,6,2,3],[1918,10,4,23,59,59],
36             '0001010200:00:00','0001010117:57:56','1918100506:02:03','1918100423:59:59' ],
37             ],
38             1918 =>
39             [
40             [ [1918,10,5,6,2,4],[1918,10,5,0,2,4],'-06:00:00',[-6,0,0],
41             'CST',0,[1973,11,25,5,59,59],[1973,11,24,23,59,59],
42             '1918100506:02:04','1918100500:02:04','1973112505:59:59','1973112423:59:59' ],
43             ],
44             1973 =>
45             [
46             [ [1973,11,25,6,0,0],[1973,11,25,1,0,0],'-05:00:00',[-5,0,0],
47             'CDT',1,[1974,2,24,4,59,59],[1974,2,23,23,59,59],
48             '1973112506:00:00','1973112501:00:00','1974022404:59:59','1974022323:59:59' ],
49             ],
50             1974 =>
51             [
52             [ [1974,2,24,5,0,0],[1974,2,23,23,0,0],'-06:00:00',[-6,0,0],
53             'CST',0,[1983,5,21,5,59,59],[1983,5,20,23,59,59],
54             '1974022405:00:00','1974022323:00:00','1983052105:59:59','1983052023:59:59' ],
55             ],
56             1983 =>
57             [
58             [ [1983,5,21,6,0,0],[1983,5,21,1,0,0],'-05:00:00',[-5,0,0],
59             'CDT',1,[1983,9,22,4,59,59],[1983,9,21,23,59,59],
60             '1983052106:00:00','1983052101:00:00','1983092204:59:59','1983092123:59:59' ],
61             [ [1983,9,22,5,0,0],[1983,9,21,23,0,0],'-06:00:00',[-6,0,0],
62             'CST',0,[1991,3,23,5,59,59],[1991,3,22,23,59,59],
63             '1983092205:00:00','1983092123:00:00','1991032305:59:59','1991032223:59:59' ],
64             ],
65             1991 =>
66             [
67             [ [1991,3,23,6,0,0],[1991,3,23,1,0,0],'-05:00:00',[-5,0,0],
68             'CDT',1,[1991,9,7,4,59,59],[1991,9,6,23,59,59],
69             '1991032306:00:00','1991032301:00:00','1991090704:59:59','1991090623:59:59' ],
70             [ [1991,9,7,5,0,0],[1991,9,6,23,0,0],'-06:00:00',[-6,0,0],
71             'CST',0,[2006,4,30,5,59,59],[2006,4,29,23,59,59],
72             '1991090705:00:00','1991090623:00:00','2006043005:59:59','2006042923:59:59' ],
73             ],
74             2006 =>
75             [
76             [ [2006,4,30,6,0,0],[2006,4,30,1,0,0],'-05:00:00',[-5,0,0],
77             'CDT',1,[2006,10,1,4,59,59],[2006,9,30,23,59,59],
78             '2006043006:00:00','2006043001:00:00','2006100104:59:59','2006093023:59:59' ],
79             [ [2006,10,1,5,0,0],[2006,9,30,23,0,0],'-06:00:00',[-6,0,0],
80             'CST',0,[9999,12,31,0,0,0],[9999,12,30,18,0,0],
81             '2006100105:00:00','2006093023:00:00','9999123100:00:00','9999123018:00:00' ],
82             ],
83             );
84              
85             %LastRule = (
86             );
87              
88             1;