[HOME]

Path : /usr/share/perl5/vendor_perl/DateTime/TimeZone/Asia/
Upload :
Current File : //usr/share/perl5/vendor_perl/DateTime/TimeZone/Asia/Kuala_Lumpur.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::Kuala_Lumpur;
$DateTime::TimeZone::Asia::Kuala_Lumpur::VERSION = '1.70';
use strict;

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

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

my $spans =
[
    [
DateTime::TimeZone::NEG_INFINITY, #    utc_start
59958205994, #      utc_end 0-12-31 17:13:14 (Sun)
DateTime::TimeZone::NEG_INFINITY, #  local_start
59958230400, #    local_end 0-12-31 00:00:00 (Sun)
24406,
0,
'LMT',
    ],
    [
59958205994, #    utc_start 0-12-31 17:13:14 (Sun)
60097482275, #      utc_end 0-12-31 17:04:35 (Sun)
59958230919, #  local_start 0-12-31 00:08:39 (Sun)
60097507200, #    local_end 0-12-31 00:00:00 (Sun)
24925,
0,
'SMT',
    ],
    [
60097482275, #    utc_start 0-12-31 17:04:35 (Sun)
60968048400, #      utc_end 0-12-31 17:00:00 (Sun)
60097507475, #  local_start 0-12-31 00:04:35 (Sun)
60968073600, #    local_end 0-12-31 00:00:00 (Sun)
25200,
0,
'+07',
    ],
    [
60968048400, #    utc_start 0-12-31 17:00:00 (Sun)
61062655200, #      utc_end 0-12-31 16:40:00 (Sun)
60968074800, #  local_start 0-12-31 00:20:00 (Sun)
61062681600, #    local_end 0-12-31 00:00:00 (Sun)
26400,
1,
'+0720',
    ],
    [
61062655200, #    utc_start 0-12-31 16:40:00 (Sun)
61241503200, #      utc_end 0-12-31 16:40:00 (Sun)
61062681600, #  local_start 0-12-31 00:00:00 (Sun)
61241529600, #    local_end 0-12-31 00:00:00 (Sun)
26400,
0,
'+0720',
    ],
    [
61241503200, #    utc_start 0-12-31 16:40:00 (Sun)
61256017800, #      utc_end 0-12-31 16:30:00 (Sun)
61241530200, #  local_start 0-12-31 00:10:00 (Sun)
61256044800, #    local_end 0-12-31 00:00:00 (Sun)
27000,
0,
'+0730',
    ],
    [
61256017800, #    utc_start 0-12-31 16:30:00 (Sun)
61368678000, #      utc_end 0-12-31 15:00:00 (Sun)
61256050200, #  local_start 0-12-31 01:30:00 (Sun)
61368710400, #    local_end 0-12-31 00:00:00 (Sun)
32400,
0,
'+09',
    ],
    [
61368678000, #    utc_start 0-12-31 15:00:00 (Sun)
62514347400, #      utc_end 0-12-31 16:30:00 (Sun)
61368705000, #  local_start 0-12-31 22:30:00 (Sun)
62514374400, #    local_end 0-12-31 00:00:00 (Sun)
27000,
0,
'+0730',
    ],
    [
62514347400, #    utc_start 0-12-31 16:30:00 (Sun)
DateTime::TimeZone::INFINITY, #      utc_end
62514376200, #  local_start 0-12-31 00:30:00 (Sun)
DateTime::TimeZone::INFINITY, #    local_end
28800,
0,
'+08',
    ],
];

sub olson_version { '2018i' }

sub has_dst_changes { 1 }

sub _max_year { 2029 }

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



1;