File Coverage

lib/Date/Manip/TZ/assing00.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::assing00;
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   10 use strict;
  1         2  
  1         29  
18 1     1   6 use warnings;
  1         2  
  1         418  
19             require 5.010000;
20              
21             our (%Dates,%LastRule);
22             END {
23 1     1   4 undef %Dates;
24 1         4 undef %LastRule;
25             }
26              
27             our ($VERSION);
28             $VERSION='6.91';
29 1     1   3 END { undef $VERSION; }
30              
31             %Dates = (
32             1 =>
33             [
34             [ [1,1,2,0,0,0],[1,1,2,6,55,25],'+06:55:25',[6,55,25],
35             'LMT',0,[1900,12,31,17,4,34],[1900,12,31,23,59,59],
36             '0001010200:00:00','0001010206:55:25','1900123117:04:34','1900123123:59:59' ],
37             ],
38             1900 =>
39             [
40             [ [1900,12,31,17,4,35],[1901,1,1,0,0,0],'+06:55:25',[6,55,25],
41             'SMT',0,[1905,5,31,17,4,34],[1905,5,31,23,59,59],
42             '1900123117:04:35','1901010100:00:00','1905053117:04:34','1905053123:59:59' ],
43             ],
44             1905 =>
45             [
46             [ [1905,5,31,17,4,35],[1905,6,1,0,4,35],'+07:00:00',[7,0,0],
47             '+07',0,[1932,12,31,16,59,59],[1932,12,31,23,59,59],
48             '1905053117:04:35','1905060100:04:35','1932123116:59:59','1932123123:59:59' ],
49             ],
50             1932 =>
51             [
52             [ [1932,12,31,17,0,0],[1933,1,1,0,20,0],'+07:20:00',[7,20,0],
53             '+0720',1,[1935,12,31,16,39,59],[1935,12,31,23,59,59],
54             '1932123117:00:00','1933010100:20:00','1935123116:39:59','1935123123:59:59' ],
55             ],
56             1935 =>
57             [
58             [ [1935,12,31,16,40,0],[1936,1,1,0,0,0],'+07:20:00',[7,20,0],
59             '+0720',0,[1941,8,31,16,39,59],[1941,8,31,23,59,59],
60             '1935123116:40:00','1936010100:00:00','1941083116:39:59','1941083123:59:59' ],
61             ],
62             1941 =>
63             [
64             [ [1941,8,31,16,40,0],[1941,9,1,0,10,0],'+07:30:00',[7,30,0],
65             '+0730',0,[1942,2,15,16,29,59],[1942,2,15,23,59,59],
66             '1941083116:40:00','1941090100:10:00','1942021516:29:59','1942021523:59:59' ],
67             ],
68             1942 =>
69             [
70             [ [1942,2,15,16,30,0],[1942,2,16,1,30,0],'+09:00:00',[9,0,0],
71             '+09',0,[1945,9,11,14,59,59],[1945,9,11,23,59,59],
72             '1942021516:30:00','1942021601:30:00','1945091114:59:59','1945091123:59:59' ],
73             ],
74             1945 =>
75             [
76             [ [1945,9,11,15,0,0],[1945,9,11,22,30,0],'+07:30:00',[7,30,0],
77             '+0730',0,[1981,12,31,15,59,59],[1981,12,31,23,29,59],
78             '1945091115:00:00','1945091122:30:00','1981123115:59:59','1981123123:29:59' ],
79             ],
80             1981 =>
81             [
82             [ [1981,12,31,16,0,0],[1982,1,1,0,0,0],'+08:00:00',[8,0,0],
83             '+08',0,[9999,12,31,0,0,0],[9999,12,31,8,0,0],
84             '1981123116:00:00','1982010100:00:00','9999123100:00:00','9999123108:00:00' ],
85             ],
86             );
87              
88             %LastRule = (
89             );
90              
91             1;