File Coverage

lib/Date/Manip/TZ/asjaka00.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::asjaka00;
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:46 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   7 use strict;
  1         2  
  1         34  
18 1     1   5 use warnings;
  1         8  
  1         371  
19             require 5.010000;
20              
21             our (%Dates,%LastRule);
22             END {
23 1     1   6 undef %Dates;
24 1         3 undef %LastRule;
25             }
26              
27             our ($VERSION);
28             $VERSION='6.90';
29 1     1   3 END { undef $VERSION; }
30              
31             %Dates = (
32             1 =>
33             [
34             [ [1,1,2,0,0,0],[1,1,2,7,7,12],'+07:07:12',[7,7,12],
35             'LMT',0,[1867,8,9,16,52,47],[1867,8,9,23,59,59],
36             '0001010200:00:00','0001010207:07:12','1867080916:52:47','1867080923:59:59' ],
37             ],
38             1867 =>
39             [
40             [ [1867,8,9,16,52,48],[1867,8,10,0,0,0],'+07:07:12',[7,7,12],
41             'BMT',0,[1923,12,31,16,39,59],[1923,12,31,23,47,11],
42             '1867080916:52:48','1867081000:00:00','1923123116:39:59','1923123123:47:11' ],
43             ],
44             1923 =>
45             [
46             [ [1923,12,31,16,40,0],[1924,1,1,0,0,0],'+07:20:00',[7,20,0],
47             '+0720',0,[1932,10,31,16,39,59],[1932,10,31,23,59,59],
48             '1923123116:40:00','1924010100:00:00','1932103116:39:59','1932103123:59:59' ],
49             ],
50             1932 =>
51             [
52             [ [1932,10,31,16,40,0],[1932,11,1,0,10,0],'+07:30:00',[7,30,0],
53             '+0730',0,[1942,3,22,16,29,59],[1942,3,22,23,59,59],
54             '1932103116:40:00','1932110100:10:00','1942032216:29:59','1942032223:59:59' ],
55             ],
56             1942 =>
57             [
58             [ [1942,3,22,16,30,0],[1942,3,23,1,30,0],'+09:00:00',[9,0,0],
59             '+09',0,[1945,9,22,14,59,59],[1945,9,22,23,59,59],
60             '1942032216:30:00','1942032301:30:00','1945092214:59:59','1945092223:59:59' ],
61             ],
62             1945 =>
63             [
64             [ [1945,9,22,15,0,0],[1945,9,22,22,30,0],'+07:30:00',[7,30,0],
65             '+0730',0,[1948,4,30,16,29,59],[1948,4,30,23,59,59],
66             '1945092215:00:00','1945092222:30:00','1948043016:29:59','1948043023:59:59' ],
67             ],
68             1948 =>
69             [
70             [ [1948,4,30,16,30,0],[1948,5,1,0,30,0],'+08:00:00',[8,0,0],
71             '+08',0,[1950,4,30,15,59,59],[1950,4,30,23,59,59],
72             '1948043016:30:00','1948050100:30:00','1950043015:59:59','1950043023:59:59' ],
73             ],
74             1950 =>
75             [
76             [ [1950,4,30,16,0,0],[1950,4,30,23,30,0],'+07:30:00',[7,30,0],
77             '+0730',0,[1963,12,31,16,29,59],[1963,12,31,23,59,59],
78             '1950043016:00:00','1950043023:30:00','1963123116:29:59','1963123123:59:59' ],
79             ],
80             1963 =>
81             [
82             [ [1963,12,31,16,30,0],[1963,12,31,23,30,0],'+07:00:00',[7,0,0],
83             'WIB',0,[9999,12,31,0,0,0],[9999,12,31,7,0,0],
84             '1963123116:30:00','1963123123:30:00','9999123100:00:00','9999123107:00:00' ],
85             ],
86             );
87              
88             %LastRule = (
89             );
90              
91             1;