Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Asia / Ho_Chi_Minh.pm
1 # This file is auto-generated by the Perl DateTime Suite time zone
2 # code generator (0.07) This code generator comes with the
3 # DateTime::TimeZone module distribution in the tools/ directory
4
5 #
6 # Generated from /tmp/UeJBI4pKMW/asia.  Olson data version 2009s
7 #
8 # Do not edit this file directly.
9 #
10 package DateTime::TimeZone::Asia::Ho_Chi_Minh;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Asia::Ho_Chi_Minh::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 60129708800,
25 DateTime::TimeZone::NEG_INFINITY,
26 60129734400,
27 25600,
28 0,
29 'LMT'
30     ],
31     [
32 60129708800,
33 60279699280,
34 60129734380,
35 60279724860,
36 25580,
37 0,
38 'SMT'
39     ],
40     [
41 60279699280,
42 60315728400,
43 60279724480,
44 60315753600,
45 25200,
46 0,
47 'ICT'
48     ],
49     [
50 60315728400,
51 60915254400,
52 60315757200,
53 60915283200,
54 28800,
55 0,
56 'ICT'
57     ],
58     [
59 60915254400,
60 DateTime::TimeZone::INFINITY,
61 60915279600,
62 DateTime::TimeZone::INFINITY,
63 25200,
64 0,
65 'ICT'
66     ],
67 ];
68
69 sub olson_version { '2009s' }
70
71 sub has_dst_changes { 0 }
72
73 sub _max_year { 2019 }
74
75 sub _new_instance
76 {
77     return shift->_init( @_, spans => $spans );
78 }
79
80
81
82 1;
83