File Coverage

lib/Date/Manip/TZ/asdhak00.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::asdhak00;
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:50 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         3  
  1         46  
18 1     1   7 use warnings;
  1         2  
  1         396  
19             require 5.010000;
20              
21             our (%Dates,%LastRule);
22             END {
23 1     1   5 undef %Dates;
24 1         5 undef %LastRule;
25             }
26              
27             our ($VERSION);
28             $VERSION='6.91';
29 1     1   903 END { undef $VERSION; }
30              
31             %Dates = (
32             1 =>
33             [
34             [ [1,1,2,0,0,0],[1,1,2,6,1,40],'+06:01:40',[6,1,40],
35             'LMT',0,[1889,12,31,17,58,19],[1889,12,31,23,59,59],
36             '0001010200:00:00','0001010206:01:40','1889123117:58:19','1889123123:59:59' ],
37             ],
38             1889 =>
39             [
40             [ [1889,12,31,17,58,20],[1889,12,31,23,51,40],'+05:53:20',[5,53,20],
41             'HMT',0,[1941,9,30,18,6,39],[1941,9,30,23,59,59],
42             '1889123117:58:20','1889123123:51:40','1941093018:06:39','1941093023:59:59' ],
43             ],
44             1941 =>
45             [
46             [ [1941,9,30,18,6,40],[1941,10,1,0,36,40],'+06:30:00',[6,30,0],
47             '+0630',0,[1942,5,14,17,29,59],[1942,5,14,23,59,59],
48             '1941093018:06:40','1941100100:36:40','1942051417:29:59','1942051423:59:59' ],
49             ],
50             1942 =>
51             [
52             [ [1942,5,14,17,30,0],[1942,5,14,23,0,0],'+05:30:00',[5,30,0],
53             '+0530',0,[1942,8,31,18,29,59],[1942,8,31,23,59,59],
54             '1942051417:30:00','1942051423:00:00','1942083118:29:59','1942083123:59:59' ],
55             [ [1942,8,31,18,30,0],[1942,9,1,1,0,0],'+06:30:00',[6,30,0],
56             '+0630',0,[1951,9,29,17,29,59],[1951,9,29,23,59,59],
57             '1942083118:30:00','1942090101:00:00','1951092917:29:59','1951092923:59:59' ],
58             ],
59             1951 =>
60             [
61             [ [1951,9,29,17,30,0],[1951,9,29,23,30,0],'+06:00:00',[6,0,0],
62             '+06',0,[2009,6,19,16,59,59],[2009,6,19,22,59,59],
63             '1951092917:30:00','1951092923:30:00','2009061916:59:59','2009061922:59:59' ],
64             ],
65             2009 =>
66             [
67             [ [2009,6,19,17,0,0],[2009,6,20,0,0,0],'+07:00:00',[7,0,0],
68             '+07',1,[2009,12,31,16,59,59],[2009,12,31,23,59,59],
69             '2009061917:00:00','2009062000:00:00','2009123116:59:59','2009123123:59:59' ],
70             [ [2009,12,31,17,0,0],[2009,12,31,23,0,0],'+06:00:00',[6,0,0],
71             '+06',0,[9999,12,31,0,0,0],[9999,12,31,6,0,0],
72             '2009123117:00:00','2009123123:00:00','9999123100:00:00','9999123106:00:00' ],
73             ],
74             );
75              
76             %LastRule = (
77             );
78              
79             1;