Current File : //usr/share/perl5/vendor_perl/DateTime/TimeZone/Asia/Yangon.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::Yangon;
$DateTime::TimeZone::Asia::Yangon::VERSION = '1.70';
use strict;
use Class::Singleton 1.03;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::Asia::Yangon::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY, # utc_start
59295519313, # utc_end 0-12-31 17:35:13 (Sun)
DateTime::TimeZone::NEG_INFINITY, # local_start
59295542400, # local_end 0-12-31 00:00:00 (Sun)
23087,
0,
'LMT',
],
[
59295519313, # utc_start 0-12-31 17:35:13 (Sun)
60557736913, # utc_end 0-12-31 17:35:13 (Sun)
59295542400, # local_start 0-12-31 00:00:00 (Sun)
60557760000, # local_end 0-12-31 00:00:00 (Sun)
23087,
0,
'RMT',
],
[
60557736913, # utc_start 0-12-31 17:35:13 (Sun)
61262415000, # utc_end 0-12-31 17:30:00 (Sun)
60557760313, # local_start 0-12-31 00:05:13 (Sun)
61262438400, # local_end 0-12-31 00:00:00 (Sun)
23400,
0,
'+0630',
],
[
61262415000, # utc_start 0-12-31 17:30:00 (Sun)
61357273200, # utc_end 0-12-31 15:00:00 (Sun)
61262447400, # local_start 0-12-31 02:30:00 (Sun)
61357305600, # local_end 0-12-31 00:00:00 (Sun)
32400,
0,
'+09',
],
[
61357273200, # utc_start 0-12-31 15:00:00 (Sun)
DateTime::TimeZone::INFINITY, # utc_end
61357296600, # local_start 0-12-31 21:30:00 (Sun)
DateTime::TimeZone::INFINITY, # local_end
23400,
0,
'+0630',
],
];
sub olson_version { '2018i' }
sub has_dst_changes { 0 }
sub _max_year { 2029 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;