File Coverage

lib/Date/Manip/TZ/audarw00.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::audarw00;
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:48 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 1     1   8 use strict;
  1         2  
  1         42  
18 1     1   7 use warnings;
  1         2  
  1         435  
19             require 5.010000;
20              
21             our (%Dates,%LastRule);
22             END {
23 1     1   7 undef %Dates;
24 1         6 undef %LastRule;
25             }
26              
27             our ($VERSION);
28             $VERSION='6.91';
29 1     1   4 END { undef $VERSION; }
30              
31             %Dates = (
32             1 =>
33             [
34             [ [1,1,2,0,0,0],[1,1,2,8,43,20],'+08:43:20',[8,43,20],
35             'LMT',0,[1895,1,31,15,16,39],[1895,1,31,23,59,59],
36             '0001010200:00:00','0001010208:43:20','1895013115:16:39','1895013123:59:59' ],
37             ],
38             1895 =>
39             [
40             [ [1895,1,31,15,16,40],[1895,2,1,0,16,40],'+09:00:00',[9,0,0],
41             'ACST',0,[1899,4,30,14,59,59],[1899,4,30,23,59,59],
42             '1895013115:16:40','1895020100:16:40','1899043014:59:59','1899043023:59:59' ],
43             ],
44             1899 =>
45             [
46             [ [1899,4,30,15,0,0],[1899,5,1,0,30,0],'+09:30:00',[9,30,0],
47             'ACST',0,[1916,12,31,16,29,59],[1917,1,1,1,59,59],
48             '1899043015:00:00','1899050100:30:00','1916123116:29:59','1917010101:59:59' ],
49             ],
50             1916 =>
51             [
52             [ [1916,12,31,16,30,0],[1917,1,1,3,0,0],'+10:30:00',[10,30,0],
53             'ACDT',1,[1917,3,24,16,29,59],[1917,3,25,2,59,59],
54             '1916123116:30:00','1917010103:00:00','1917032416:29:59','1917032502:59:59' ],
55             ],
56             1917 =>
57             [
58             [ [1917,3,24,16,30,0],[1917,3,25,2,0,0],'+09:30:00',[9,30,0],
59             'ACST',0,[1941,12,31,16,29,59],[1942,1,1,1,59,59],
60             '1917032416:30:00','1917032502:00:00','1941123116:29:59','1942010101:59:59' ],
61             ],
62             1941 =>
63             [
64             [ [1941,12,31,16,30,0],[1942,1,1,3,0,0],'+10:30:00',[10,30,0],
65             'ACDT',1,[1942,3,28,16,29,59],[1942,3,29,2,59,59],
66             '1941123116:30:00','1942010103:00:00','1942032816:29:59','1942032902:59:59' ],
67             ],
68             1942 =>
69             [
70             [ [1942,3,28,16,30,0],[1942,3,29,2,0,0],'+09:30:00',[9,30,0],
71             'ACST',0,[1942,9,26,16,29,59],[1942,9,27,1,59,59],
72             '1942032816:30:00','1942032902:00:00','1942092616:29:59','1942092701:59:59' ],
73             [ [1942,9,26,16,30,0],[1942,9,27,3,0,0],'+10:30:00',[10,30,0],
74             'ACDT',1,[1943,3,27,16,29,59],[1943,3,28,2,59,59],
75             '1942092616:30:00','1942092703:00:00','1943032716:29:59','1943032802:59:59' ],
76             ],
77             1943 =>
78             [
79             [ [1943,3,27,16,30,0],[1943,3,28,2,0,0],'+09:30:00',[9,30,0],
80             'ACST',0,[1943,10,2,16,29,59],[1943,10,3,1,59,59],
81             '1943032716:30:00','1943032802:00:00','1943100216:29:59','1943100301:59:59' ],
82             [ [1943,10,2,16,30,0],[1943,10,3,3,0,0],'+10:30:00',[10,30,0],
83             'ACDT',1,[1944,3,25,16,29,59],[1944,3,26,2,59,59],
84             '1943100216:30:00','1943100303:00:00','1944032516:29:59','1944032602:59:59' ],
85             ],
86             1944 =>
87             [
88             [ [1944,3,25,16,30,0],[1944,3,26,2,0,0],'+09:30:00',[9,30,0],
89             'ACST',0,[9999,12,31,0,0,0],[9999,12,31,9,30,0],
90             '1944032516:30:00','1944032602:00:00','9999123100:00:00','9999123109:30:00' ],
91             ],
92             );
93              
94             %LastRule = (
95             );
96              
97             1;