Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Asia / Kolkata.pm
CommitLineData
3fea05b9 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/UeJBI4pKMW/asia. Olson data version 2009s
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::Asia::Kolkata;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Asia::Kolkata::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2459295521192,
25DateTime::TimeZone::NEG_INFINITY,
2659295542400,
2721208,
280,
29'LMT'
30 ],
31 [
3259295521192,
3361244100400,
3459295542392,
3561244121600,
3621200,
370,
38'HMT'
39 ],
40 [
4161244100400,
4261263624600,
4361244123800,
4461263648000,
4523400,
460,
47'BURT'
48 ],
49 [
5061263624600,
5161273045800,
5261263644400,
5361273065600,
5419800,
550,
56'IST'
57 ],
58 [
5961273045800,
6061371538200,
6161273069200,
6261371561600,
6323400,
641,
65'IST'
66 ],
67 [
6861371538200,
69DateTime::TimeZone::INFINITY,
7061371558000,
71DateTime::TimeZone::INFINITY,
7219800,
730,
74'IST'
75 ],
76];
77
78sub olson_version { '2009s' }
79
80sub has_dst_changes { 1 }
81
82sub _max_year { 2019 }
83
84sub _new_instance
85{
86 return shift->_init( @_, spans => $spans );
87}
88
89
90
911;
92