File Coverage

blib/lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.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/asia. Olson data version 2026a
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::Asia::Ho_Chi_Minh;
11              
12 3     3   2474 use strict;
  3         9  
  3         107  
13 3     3   32 use warnings;
  3         6  
  3         148  
14 3     3   14 use namespace::autoclean;
  3         4  
  3         20  
15              
16             our $VERSION = '2.67';
17              
18 3     3   272 use Class::Singleton 1.03;
  3         51  
  3         74  
19 3     3   10 use DateTime::TimeZone;
  3         5  
  3         50  
20 3     3   9 use DateTime::TimeZone::OlsonDB;
  3         4  
  3         538  
21              
22             @DateTime::TimeZone::Asia::Ho_Chi_Minh::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             60131609610, # utc_end 1906-06-30 16:53:30 (Sat)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             60131635200, # local_end 1906-07-01 00:00:00 (Sun)
31             25590,
32             0,
33             'LMT',
34             ],
35             [
36             60131609610, # utc_start 1906-06-30 16:53:30 (Sat)
37             60284105610, # utc_end 1911-04-30 16:53:30 (Sun)
38             60131635200, # local_start 1906-07-01 00:00:00 (Sun)
39             60284131200, # local_end 1911-05-01 00:00:00 (Mon)
40             25590,
41             0,
42             'PLMT',
43             ],
44             [
45             60284105610, # utc_start 1911-04-30 16:53:30 (Sun)
46             61283577600, # utc_end 1942-12-31 16:00:00 (Thu)
47             60284130810, # local_start 1911-04-30 23:53:30 (Sun)
48             61283602800, # local_end 1942-12-31 23:00:00 (Thu)
49             25200,
50             0,
51             '+07',
52             ],
53             [
54             61283577600, # utc_start 1942-12-31 16:00:00 (Thu)
55             61353039600, # utc_end 1945-03-14 15:00:00 (Wed)
56             61283606400, # local_start 1943-01-01 00:00:00 (Fri)
57             61353068400, # local_end 1945-03-14 23:00:00 (Wed)
58             28800,
59             0,
60             '+08',
61             ],
62             [
63             61353039600, # utc_start 1945-03-14 15:00:00 (Wed)
64             61367814000, # utc_end 1945-09-01 15:00:00 (Sat)
65             61353072000, # local_start 1945-03-15 00:00:00 (Thu)
66             61367846400, # local_end 1945-09-02 00:00:00 (Sun)
67             32400,
68             0,
69             '+09',
70             ],
71             [
72             61367814000, # utc_start 1945-09-01 15:00:00 (Sat)
73             61417587600, # utc_end 1947-03-31 17:00:00 (Mon)
74             61367839200, # local_start 1945-09-01 22:00:00 (Sat)
75             61417612800, # local_end 1947-04-01 00:00:00 (Tue)
76             25200,
77             0,
78             '+07',
79             ],
80             [
81             61417587600, # utc_start 1947-03-31 17:00:00 (Mon)
82             61677910800, # utc_end 1955-06-30 17:00:00 (Thu)
83             61417616400, # local_start 1947-04-01 01:00:00 (Tue)
84             61677939600, # local_end 1955-07-01 01:00:00 (Fri)
85             28800,
86             0,
87             '+08',
88             ],
89             [
90             61677910800, # utc_start 1955-06-30 17:00:00 (Thu)
91             61820035200, # utc_end 1959-12-31 16:00:00 (Thu)
92             61677936000, # local_start 1955-07-01 00:00:00 (Fri)
93             61820060400, # local_end 1959-12-31 23:00:00 (Thu)
94             25200,
95             0,
96             '+07',
97             ],
98             [
99             61820035200, # utc_start 1959-12-31 16:00:00 (Thu)
100             62307504000, # utc_end 1975-06-12 16:00:00 (Thu)
101             61820064000, # local_start 1960-01-01 00:00:00 (Fri)
102             62307532800, # local_end 1975-06-13 00:00:00 (Fri)
103             28800,
104             0,
105             '+08',
106             ],
107             [
108             62307504000, # utc_start 1975-06-12 16:00:00 (Thu)
109             DateTime::TimeZone::INFINITY, # utc_end
110             62307529200, # local_start 1975-06-12 23:00:00 (Thu)
111             DateTime::TimeZone::INFINITY, # local_end
112             25200,
113             0,
114             '+07',
115             ],
116             ];
117              
118 4     4 0 9 sub olson_version {'2026a'}
119              
120 0     0 1 0 sub has_dst_changes {0}
121              
122 3     3   16 sub _max_year {2036}
123              
124             sub _new_instance {
125 3     3   39 return shift->_init( @_, spans => $spans );
126             }
127              
128              
129              
130             1;
131