1# This file is auto-generated by the Perl DateTime Suite time zone
2# code generator (0.07) This code generator comes with the
3# DateTime::TimeZone module distribution in the tools/ directory
4
5#
6# Generated from /tmp/AQnrcGnc70/asia.  Olson data version 2010b
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::Asia::Colombo;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Asia::Colombo::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22    [
23DateTime::TimeZone::NEG_INFINITY,
2459295523236,
25DateTime::TimeZone::NEG_INFINITY,
2659295542400,
2719164,
280,
29'LMT'
30    ],
31    [
3259295523236,
3360115977628,
3459295542408,
3560115996800,
3619172,
370,
38'MMT'
39    ],
40    [
4160115977628,
4261252396200,
4360115997428,
4461252416000,
4519800,
460,
47'IST'
48    ],
49    [
5061252396200,
5161273044000,
5261252417800,
5361273065600,
5421600,
551,
56'IHST'
57    ],
58    [
5961273044000,
6061371631800,
6161273067400,
6261371655200,
6323400,
641,
65'IST'
66    ],
67    [
6861371631800,
6962968645800,
7061371651600,
7162968665600,
7219800,
730,
74'IST'
75    ],
76    [
7762968645800,
7862981949600,
7962968669200,
8062981973000,
8123400,
820,
83'LKT'
84    ],
85    [
8662981949600,
8763280722600,
8862981971200,
8963280744200,
9021600,
910,
92'LKT'
93    ],
94    [
9563280722600,
96DateTime::TimeZone::INFINITY,
9763280742400,
98DateTime::TimeZone::INFINITY,
9919800,
1000,
101'IST'
102    ],
103];
104
105sub olson_version { '2010b' }
106
107sub has_dst_changes { 2 }
108
109sub _max_year { 2020 }
110
111sub _new_instance
112{
113    return shift->_init( @_, spans => $spans );
114}
115
116
117
1181;
119
120