# 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 /tmp/xnHNv3aAt9/asia. Olson data version 2007h
#
# Do not edit this file directly.
#
package DateTime::TimeZone::Asia::Colombo;
use strict;
use Class::Singleton;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::Asia::Colombo::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY,
59295523236,
DateTime::TimeZone::NEG_INFINITY,
59295542400,
19164,
0,
'LMT'
],
[
59295523236,
60115977628,
59295542408,
60115996800,
19172,
0,
'MMT'
],
[
60115977628,
61252396200,
60115997428,
61252416000,
19800,
0,
'IST'
],
[
61252396200,
61273044000,
61252417800,
61273065600,
21600,
1,
'IHST'
],
[
61273044000,
61371631800,
61273067400,
61371655200,
23400,
1,
'IST'
],
[
61371631800,
62968645800,
61371651600,
62968665600,
19800,
0,
'IST'
],
[
62968645800,
62981949600,
62968669200,
62981973000,
23400,
0,
'LKT'
],
[
62981949600,
63280722600,
62981971200,
63280744200,
21600,
0,
'LKT'
],
[
63280722600,
DateTime::TimeZone::INFINITY,
63280702800,
DateTime::TimeZone::INFINITY,
19800,
0,
'IST'
],
];
sub olson_version { '2007h' }
sub has_dst_changes { 2 }
sub _max_year { 2017 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;
syntax highlighted by Code2HTML, v. 0.9.1