# 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::Colombo;
$DateTime::TimeZone::Asia::Colombo::VERSION = '1.70';
use strict;
use Class::Singleton 1.03;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::Asia::Colombo::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY, # utc_start
59295523236, # utc_end 0-12-31 18:40:36 (Sun)
DateTime::TimeZone::NEG_INFINITY, # local_start
59295542400, # local_end 0-12-31 00:00:00 (Sun)
19164,
0,
'LMT',
],
[
59295523236, # utc_start 0-12-31 18:40:36 (Sun)
60115977628, # utc_end 0-12-31 18:40:28 (Sun)
59295542408, # local_start 0-12-31 00:00:08 (Sun)
60115996800, # local_end 0-12-31 00:00:00 (Sun)
19172,
0,
'MMT',
],
[
60115977628, # utc_start 0-12-31 18:40:28 (Sun)
61252396200, # utc_end 0-12-31 18:30:00 (Sun)
60115997428, # local_start 0-12-31 00:10:28 (Sun)
61252416000, # local_end 0-12-31 00:00:00 (Sun)
19800,
0,
'+0530',
],
[
61252396200, # utc_start 0-12-31 18:30:00 (Sun)
61273044000, # utc_end 0-12-31 18:00:00 (Sun)
61252417800, # local_start 0-12-31 00:30:00 (Sun)
61273065600, # local_end 0-12-31 00:00:00 (Sun)
21600,
1,
'+06',
],
[
61273044000, # utc_start 0-12-31 18:00:00 (Sun)
61371631800, # utc_end 0-12-31 19:30:00 (Sun)
61273067400, # local_start 0-12-31 00:30:00 (Sun)
61371655200, # local_end 0-12-31 02:00:00 (Sun)
23400,
1,
'+0630',
],
[
61371631800, # utc_start 0-12-31 19:30:00 (Sun)
62968645800, # utc_end 0-12-31 18:30:00 (Sun)
61371651600, # local_start 0-12-31 01:00:00 (Sun)
62968665600, # local_end 0-12-31 00:00:00 (Sun)
19800,
0,
'+0530',
],
[
62968645800, # utc_start 0-12-31 18:30:00 (Sun)
62981949600, # utc_end 0-12-31 18:00:00 (Sun)
62968669200, # local_start 0-12-31 01:00:00 (Sun)
62981973000, # local_end 0-12-31 00:30:00 (Sun)
23400,
0,
'+0630',
],
[
62981949600, # utc_start 0-12-31 18:00:00 (Sun)
63280722600, # utc_end 0-12-31 18:30:00 (Sun)
62981971200, # local_start 0-12-31 00:00:00 (Sun)
63280744200, # local_end 0-12-31 00:30:00 (Sun)
21600,
0,
'+06',
],
[
63280722600, # utc_start 0-12-31 18:30:00 (Sun)
DateTime::TimeZone::INFINITY, # utc_end
63280742400, # local_start 0-12-31 00:00:00 (Sun)
DateTime::TimeZone::INFINITY, # local_end
19800,
0,
'+0530',
],
];
sub olson_version { '2018i' }
sub has_dst_changes { 2 }
sub _max_year { 2029 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;