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::Phnom_Penh;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Asia::Phnom_Penh::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22    [
23DateTime::TimeZone::NEG_INFINITY,
2460129709220,
25DateTime::TimeZone::NEG_INFINITY,
2660129734400,
2725180,
280,
29'LMT'
30    ],
31    [
3260129709220,
3360279699280,
3460129734800,
3560279724860,
3625580,
370,
38'SMT'
39    ],
40    [
4160279699280,
4260315728400,
4360279724480,
4460315753600,
4525200,
460,
47'ICT'
48    ],
49    [
5060315728400,
5160915254400,
5260315757200,
5360915283200,
5428800,
550,
56'ICT'
57    ],
58    [
5960915254400,
60DateTime::TimeZone::INFINITY,
6160915279600,
62DateTime::TimeZone::INFINITY,
6325200,
640,
65'ICT'
66    ],
67];
68
69sub olson_version { '2010b' }
70
71sub has_dst_changes { 0 }
72
73sub _max_year { 2020 }
74
75sub _new_instance
76{
77    return shift->_init( @_, spans => $spans );
78}
79
80
81
821;
83
84