[HOME]

Path : /usr/share/perl5/vendor_perl/DateTime/TimeZone/Asia/
Upload :
Current File : //usr/share/perl5/vendor_perl/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm

# This file is auto-generated by the Perl DateTime Suite time zone
# code generator (0.07) This code generator comes with the
# DateTime::TimeZone module distribution in the tools/ directory

#
# Generated from ../tzdata-2018i/asia.  Olson data version 2018i
#
# Do not edit this file directly.
#
package DateTime::TimeZone::Asia::Ho_Chi_Minh;
$DateTime::TimeZone::Asia::Ho_Chi_Minh::VERSION = '1.70';
use strict;

use Class::Singleton 1.03;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;

@DateTime::TimeZone::Asia::Ho_Chi_Minh::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );

my $spans =
[
    [
DateTime::TimeZone::NEG_INFINITY, #    utc_start
60131609600, #      utc_end 0-12-31 16:53:20 (Sun)
DateTime::TimeZone::NEG_INFINITY, #  local_start
60131635200, #    local_end 0-12-31 00:00:00 (Sun)
25600,
0,
'LMT',
    ],
    [
60131609600, #    utc_start 0-12-31 16:53:20 (Sun)
60284105610, #      utc_end 0-12-31 16:53:30 (Sun)
60131635190, #  local_start 0-12-31 23:59:50 (Sun)
60284131200, #    local_end 0-12-31 00:00:00 (Sun)
25590,
0,
'PLMT',
    ],
    [
60284105610, #    utc_start 0-12-31 16:53:30 (Sun)
61283577600, #      utc_end 0-12-31 16:00:00 (Sun)
60284130810, #  local_start 0-12-31 23:53:30 (Sun)
61283602800, #    local_end 0-12-31 23:00:00 (Sun)
25200,
0,
'+07',
    ],
    [
61283577600, #    utc_start 0-12-31 16:00:00 (Sun)
61353039600, #      utc_end 0-12-31 15:00:00 (Sun)
61283606400, #  local_start 0-12-31 00:00:00 (Sun)
61353068400, #    local_end 0-12-31 23:00:00 (Sun)
28800,
0,
'+08',
    ],
    [
61353039600, #    utc_start 0-12-31 15:00:00 (Sun)
61367814000, #      utc_end 0-12-31 15:00:00 (Sun)
61353072000, #  local_start 0-12-31 00:00:00 (Sun)
61367846400, #    local_end 0-12-31 00:00:00 (Sun)
32400,
0,
'+09',
    ],
    [
61367814000, #    utc_start 0-12-31 15:00:00 (Sun)
61417587600, #      utc_end 0-12-31 17:00:00 (Sun)
61367839200, #  local_start 0-12-31 22:00:00 (Sun)
61417612800, #    local_end 0-12-31 00:00:00 (Sun)
25200,
0,
'+07',
    ],
    [
61417587600, #    utc_start 0-12-31 17:00:00 (Sun)
61677907200, #      utc_end 0-12-31 16:00:00 (Sun)
61417616400, #  local_start 0-12-31 01:00:00 (Sun)
61677936000, #    local_end 0-12-31 00:00:00 (Sun)
28800,
0,
'+08',
    ],
    [
61677907200, #    utc_start 0-12-31 16:00:00 (Sun)
61820035200, #      utc_end 0-12-31 16:00:00 (Sun)
61677932400, #  local_start 0-12-31 23:00:00 (Sun)
61820060400, #    local_end 0-12-31 23:00:00 (Sun)
25200,
0,
'+07',
    ],
    [
61820035200, #    utc_start 0-12-31 16:00:00 (Sun)
62307504000, #      utc_end 0-12-31 16:00:00 (Sun)
61820064000, #  local_start 0-12-31 00:00:00 (Sun)
62307532800, #    local_end 0-12-31 00:00:00 (Sun)
28800,
0,
'+08',
    ],
    [
62307504000, #    utc_start 0-12-31 16:00:00 (Sun)
DateTime::TimeZone::INFINITY, #      utc_end
62307529200, #  local_start 0-12-31 23:00:00 (Sun)
DateTime::TimeZone::INFINITY, #    local_end
25200,
0,
'+07',
    ],
];

sub olson_version { '2018i' }

sub has_dst_changes { 0 }

sub _max_year { 2029 }

sub _new_instance
{
    return shift->_init( @_, spans => $spans );
}



1;