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::Bahrain;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Asia::Bahrain::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22    [
23DateTime::TimeZone::NEG_INFINITY,
2460557747860,
25DateTime::TimeZone::NEG_INFINITY,
2660557760000,
2712140,
280,
29'LMT'
30    ],
31    [
3260557747860,
3362211873600,
3460557762260,
3562211888000,
3614400,
370,
38'GST'
39    ],
40    [
4162211873600,
42DateTime::TimeZone::INFINITY,
4362211884400,
44DateTime::TimeZone::INFINITY,
4510800,
460,
47'AST'
48    ],
49];
50
51sub olson_version { '2010b' }
52
53sub has_dst_changes { 0 }
54
55sub _max_year { 2020 }
56
57sub _new_instance
58{
59    return shift->_init( @_, spans => $spans );
60}
61
62
63
641;
65
66