Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Asia / Kolkata.pm
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 #
10 package DateTime::TimeZone::Asia::Kolkata;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Asia::Kolkata::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 59295521192,
25 DateTime::TimeZone::NEG_INFINITY,
26 59295542400,
27 21208,
28 0,
29 'LMT'
30     ],
31     [
32 59295521192,
33 61244100400,
34 59295542392,
35 61244121600,
36 21200,
37 0,
38 'HMT'
39     ],
40     [
41 61244100400,
42 61263624600,
43 61244123800,
44 61263648000,
45 23400,
46 0,
47 'BURT'
48     ],
49     [
50 61263624600,
51 61273045800,
52 61263644400,
53 61273065600,
54 19800,
55 0,
56 'IST'
57     ],
58     [
59 61273045800,
60 61371538200,
61 61273069200,
62 61371561600,
63 23400,
64 1,
65 'IST'
66     ],
67     [
68 61371538200,
69 DateTime::TimeZone::INFINITY,
70 61371558000,
71 DateTime::TimeZone::INFINITY,
72 19800,
73 0,
74 'IST'
75     ],
76 ];
77
78 sub olson_version { '2009s' }
79
80 sub has_dst_changes { 1 }
81
82 sub _max_year { 2019 }
83
84 sub _new_instance
85 {
86     return shift->_init( @_, spans => $spans );
87 }
88
89
90
91 1;
92