File Coverage

blib/lib/DateTime/TimeZone/Antarctica/Vostok.pm
Criterion Covered Total %
statement 21 22 95.4
branch n/a
condition n/a
subroutine 9 10 90.0
pod 1 2 50.0
total 31 34 91.1


line stmt bran cond sub pod time code
1             # This file is auto-generated by the Perl DateTime Suite time zone
2             # code generator (0.08) This code generator comes with the
3             # DateTime::TimeZone module distribution in the tools/ directory
4              
5             #
6             # Generated from /tmp/IIA7keyKs7/antarctica. Olson data version 2026a
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::Antarctica::Vostok;
11              
12 1     1   1785 use strict;
  1         2  
  1         61  
13 1     1   5 use warnings;
  1         2  
  1         69  
14 1     1   7 use namespace::autoclean;
  1         1  
  1         8  
15              
16             our $VERSION = '2.67';
17              
18 1     1   115 use Class::Singleton 1.03;
  1         21  
  1         22  
19 1     1   4 use DateTime::TimeZone;
  1         1  
  1         27  
20 1     1   4 use DateTime::TimeZone::OlsonDB;
  1         3  
  1         172  
21              
22             @DateTime::TimeZone::Antarctica::Vostok::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             61755609600, # utc_end 1957-12-16 00:00:00 (Mon)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             61755609600, # local_end 1957-12-16 00:00:00 (Mon)
31             0,
32             0,
33             '-00',
34             ],
35             [
36             61755609600, # utc_start 1957-12-16 00:00:00 (Mon)
37             62895718800, # utc_end 1994-01-31 17:00:00 (Mon)
38             61755634800, # local_start 1957-12-16 07:00:00 (Mon)
39             62895744000, # local_end 1994-02-01 00:00:00 (Tue)
40             25200,
41             0,
42             '+07',
43             ],
44             [
45             62895718800, # utc_start 1994-01-31 17:00:00 (Mon)
46             62919331200, # utc_end 1994-11-01 00:00:00 (Tue)
47             62895718800, # local_start 1994-01-31 17:00:00 (Mon)
48             62919331200, # local_end 1994-11-01 00:00:00 (Tue)
49             0,
50             0,
51             '-00',
52             ],
53             [
54             62919331200, # utc_start 1994-11-01 00:00:00 (Tue)
55             63838522800, # utc_end 2023-12-17 19:00:00 (Sun)
56             62919356400, # local_start 1994-11-01 07:00:00 (Tue)
57             63838548000, # local_end 2023-12-18 02:00:00 (Mon)
58             25200,
59             0,
60             '+07',
61             ],
62             [
63             63838522800, # utc_start 2023-12-17 19:00:00 (Sun)
64             DateTime::TimeZone::INFINITY, # utc_end
65             63838540800, # local_start 2023-12-18 00:00:00 (Mon)
66             DateTime::TimeZone::INFINITY, # local_end
67             18000,
68             0,
69             '+05',
70             ],
71             ];
72              
73 1     1 0 3 sub olson_version {'2026a'}
74              
75 0     0 1 0 sub has_dst_changes {0}
76              
77 1     1   8 sub _max_year {2036}
78              
79             sub _new_instance {
80 1     1   16 return shift->_init( @_, spans => $spans );
81             }
82              
83              
84              
85             1;
86