File Coverage

lib/Date/Manip/TZ/aspont00.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::aspont00;
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: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   7 use strict;
  1         4  
  1         44  
18 1     1   6 use warnings;
  1         5  
  1         376  
19             require 5.010000;
20              
21             our (%Dates,%LastRule);
22             END {
23 1     1   4 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,17,20],'+07:17:20',[7,17,20],
35             'LMT',0,[1908,4,30,16,42,39],[1908,4,30,23,59,59],
36             '0001010200:00:00','0001010207:17:20','1908043016:42:39','1908043023:59:59' ],
37             ],
38             1908 =>
39             [
40             [ [1908,4,30,16,42,40],[1908,5,1,0,0,0],'+07:17:20',[7,17,20],
41             'PMT',0,[1932,10,31,16,42,39],[1932,10,31,23,59,59],
42             '1908043016:42:40','1908050100:00:00','1932103116:42:39','1932103123:59:59' ],
43             ],
44             1932 =>
45             [
46             [ [1932,10,31,16,42,40],[1932,11,1,0,12,40],'+07:30:00',[7,30,0],
47             '+0730',0,[1942,1,28,16,29,59],[1942,1,28,23,59,59],
48             '1932103116:42:40','1932110100:12:40','1942012816:29:59','1942012823:59:59' ],
49             ],
50             1942 =>
51             [
52             [ [1942,1,28,16,30,0],[1942,1,29,1,30,0],'+09:00:00',[9,0,0],
53             '+09',0,[1945,9,22,14,59,59],[1945,9,22,23,59,59],
54             '1942012816:30:00','1942012901:30:00','1945092214:59:59','1945092223:59:59' ],
55             ],
56             1945 =>
57             [
58             [ [1945,9,22,15,0,0],[1945,9,22,22,30,0],'+07:30:00',[7,30,0],
59             '+0730',0,[1948,4,30,16,29,59],[1948,4,30,23,59,59],
60             '1945092215:00:00','1945092222:30:00','1948043016:29:59','1948043023:59:59' ],
61             ],
62             1948 =>
63             [
64             [ [1948,4,30,16,30,0],[1948,5,1,0,30,0],'+08:00:00',[8,0,0],
65             '+08',0,[1950,4,30,15,59,59],[1950,4,30,23,59,59],
66             '1948043016:30:00','1948050100:30:00','1950043015:59:59','1950043023:59:59' ],
67             ],
68             1950 =>
69             [
70             [ [1950,4,30,16,0,0],[1950,4,30,23,30,0],'+07:30:00',[7,30,0],
71             '+0730',0,[1963,12,31,16,29,59],[1963,12,31,23,59,59],
72             '1950043016:00:00','1950043023:30:00','1963123116:29:59','1963123123:59:59' ],
73             ],
74             1963 =>
75             [
76             [ [1963,12,31,16,30,0],[1964,1,1,0,30,0],'+08:00:00',[8,0,0],
77             'WITA',0,[1987,12,31,15,59,59],[1987,12,31,23,59,59],
78             '1963123116:30:00','1964010100:30:00','1987123115:59:59','1987123123:59:59' ],
79             ],
80             1987 =>
81             [
82             [ [1987,12,31,16,0,0],[1987,12,31,23,0,0],'+07:00:00',[7,0,0],
83             'WIB',0,[9999,12,31,0,0,0],[9999,12,31,7,0,0],
84             '1987123116:00:00','1987123123:00:00','9999123100:00:00','9999123107:00:00' ],
85             ],
86             );
87              
88             %LastRule = (
89             );
90              
91             1;