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::Pyongyang;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Asia::Pyongyang::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22    [
23DateTime::TimeZone::NEG_INFINITY,
2459611131420,
25DateTime::TimeZone::NEG_INFINITY,
2659611161600,
2730180,
280,
29'LMT'
30    ],
31    [
3259611131420,
3360081751800,
3459611162020,
3560081782400,
3630600,
370,
38'KST'
39    ],
40    [
4160081751800,
4260810188400,
4360081784200,
4460810220800,
4532400,
460,
47'KST'
48    ],
49    [
5060810188400,
5160936420600,
5260810219000,
5360936451200,
5430600,
550,
56'KST'
57    ],
58    [
5960936420600,
6061637554800,
6160936453000,
6261637587200,
6332400,
640,
65'KST'
66    ],
67    [
6861637554800,
6961870752000,
7061637583600,
7161870780800,
7228800,
730,
74'KST'
75    ],
76    [
7761870752000,
78DateTime::TimeZone::INFINITY,
7961870784400,
80DateTime::TimeZone::INFINITY,
8132400,
820,
83'KST'
84    ],
85];
86
87sub olson_version { '2010b' }
88
89sub has_dst_changes { 0 }
90
91sub _max_year { 2020 }
92
93sub _new_instance
94{
95    return shift->_init( @_, spans => $spans );
96}
97
98
99
1001;
101
102