File Coverage

lib/Date/Manip/TZ/amcost00.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::amcost00;
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:31:41 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   83 use strict;
  10         27  
  10         349  
18 10     10   87 use warnings;
  10         34  
  10         4524  
19             require 5.010000;
20              
21             our (%Dates,%LastRule);
22             END {
23 10     10   52 undef %Dates;
24 10         61 undef %LastRule;
25             }
26              
27             our ($VERSION);
28             $VERSION='6.90';
29 10     10   41 END { undef $VERSION; }
30              
31             %Dates = (
32             1 =>
33             [
34             [ [1,1,2,0,0,0],[1,1,1,18,23,47],'-05:36:13',[-5,-36,-13],
35             'LMT',0,[1890,1,1,5,36,12],[1889,12,31,23,59,59],
36             '0001010200:00:00','0001010118:23:47','1890010105:36:12','1889123123:59:59' ],
37             ],
38             1890 =>
39             [
40             [ [1890,1,1,5,36,13],[1890,1,1,0,0,0],'-05:36:13',[-5,-36,-13],
41             'SJMT',0,[1921,1,15,5,36,12],[1921,1,14,23,59,59],
42             '1890010105:36:13','1890010100:00:00','1921011505:36:12','1921011423:59:59' ],
43             ],
44             1921 =>
45             [
46             [ [1921,1,15,5,36,13],[1921,1,14,23,36,13],'-06:00:00',[-6,0,0],
47             'CST',0,[1979,2,25,5,59,59],[1979,2,24,23,59,59],
48             '1921011505:36:13','1921011423:36:13','1979022505:59:59','1979022423:59:59' ],
49             ],
50             1979 =>
51             [
52             [ [1979,2,25,6,0,0],[1979,2,25,1,0,0],'-05:00:00',[-5,0,0],
53             'CDT',1,[1979,6,3,4,59,59],[1979,6,2,23,59,59],
54             '1979022506:00:00','1979022501:00:00','1979060304:59:59','1979060223:59:59' ],
55             [ [1979,6,3,5,0,0],[1979,6,2,23,0,0],'-06:00:00',[-6,0,0],
56             'CST',0,[1980,2,24,5,59,59],[1980,2,23,23,59,59],
57             '1979060305:00:00','1979060223:00:00','1980022405:59:59','1980022323:59:59' ],
58             ],
59             1980 =>
60             [
61             [ [1980,2,24,6,0,0],[1980,2,24,1,0,0],'-05:00:00',[-5,0,0],
62             'CDT',1,[1980,6,1,4,59,59],[1980,5,31,23,59,59],
63             '1980022406:00:00','1980022401:00:00','1980060104:59:59','1980053123:59:59' ],
64             [ [1980,6,1,5,0,0],[1980,5,31,23,0,0],'-06:00:00',[-6,0,0],
65             'CST',0,[1991,1,19,5,59,59],[1991,1,18,23,59,59],
66             '1980060105:00:00','1980053123:00:00','1991011905:59:59','1991011823:59:59' ],
67             ],
68             1991 =>
69             [
70             [ [1991,1,19,6,0,0],[1991,1,19,1,0,0],'-05:00:00',[-5,0,0],
71             'CDT',1,[1991,7,1,4,59,59],[1991,6,30,23,59,59],
72             '1991011906:00:00','1991011901:00:00','1991070104:59:59','1991063023:59:59' ],
73             [ [1991,7,1,5,0,0],[1991,6,30,23,0,0],'-06:00:00',[-6,0,0],
74             'CST',0,[1992,1,18,5,59,59],[1992,1,17,23,59,59],
75             '1991070105:00:00','1991063023:00:00','1992011805:59:59','1992011723:59:59' ],
76             ],
77             1992 =>
78             [
79             [ [1992,1,18,6,0,0],[1992,1,18,1,0,0],'-05:00:00',[-5,0,0],
80             'CDT',1,[1992,3,15,4,59,59],[1992,3,14,23,59,59],
81             '1992011806:00:00','1992011801:00:00','1992031504:59:59','1992031423:59:59' ],
82             [ [1992,3,15,5,0,0],[1992,3,14,23,0,0],'-06:00:00',[-6,0,0],
83             'CST',0,[9999,12,31,0,0,0],[9999,12,30,18,0,0],
84             '1992031505:00:00','1992031423:00:00','9999123100:00:00','9999123018:00:00' ],
85             ],
86             );
87              
88             %LastRule = (
89             );
90              
91             1;