# This file is auto-generated by the Perl DateTime Suite time zone
# code generator (0.07) This code generator comes with the
# DateTime::TimeZone module distribution in the tools/ directory
#
# Generated from ../tzdata-2018i/asia. Olson data version 2018i
#
# Do not edit this file directly.
#
package DateTime::TimeZone::Asia::Manila;
$DateTime::TimeZone::Asia::Manila::VERSION = '1.70';
use strict;
use Class::Singleton 1.03;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::Asia::Manila::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY, # utc_start
58191062160, # utc_end 0-12-31 15:56:00 (Sun)
DateTime::TimeZone::NEG_INFINITY, # local_start
58191004800, # local_end 0-12-31 00:00:00 (Sun)
-57360,
0,
'LMT',
],
[
58191062160, # utc_start 0-12-31 15:56:00 (Sun)
59906361360, # utc_end 0-12-31 15:56:00 (Sun)
58191091200, # local_start 0-12-31 00:00:00 (Sun)
59906390400, # local_end 0-12-31 00:00:00 (Sun)
29040,
0,
'LMT',
],
[
59906361360, # utc_start 0-12-31 15:56:00 (Sun)
61089004800, # utc_end 0-12-31 16:00:00 (Sun)
59906390160, # local_start 0-12-31 23:56:00 (Sun)
61089033600, # local_end 0-12-31 00:00:00 (Sun)
28800,
0,
'PST',
],
[
61089004800, # utc_start 0-12-31 16:00:00 (Sun)
61096950000, # utc_end 0-12-31 15:00:00 (Sun)
61089037200, # local_start 0-12-31 01:00:00 (Sun)
61096982400, # local_end 0-12-31 00:00:00 (Sun)
32400,
1,
'PDT',
],
[
61096950000, # utc_start 0-12-31 15:00:00 (Sun)
61262409600, # utc_end 0-12-31 16:00:00 (Sun)
61096978800, # local_start 0-12-31 23:00:00 (Sun)
61262438400, # local_end 0-12-31 00:00:00 (Sun)
28800,
0,
'PST',
],
[
61262409600, # utc_start 0-12-31 16:00:00 (Sun)
61341462000, # utc_end 0-12-31 15:00:00 (Sun)
61262442000, # local_start 0-12-31 01:00:00 (Sun)
61341494400, # local_end 0-12-31 00:00:00 (Sun)
32400,
0,
'JST',
],
[
61341462000, # utc_start 0-12-31 15:00:00 (Sun)
61639459200, # utc_end 0-12-31 16:00:00 (Sun)
61341490800, # local_start 0-12-31 23:00:00 (Sun)
61639488000, # local_end 0-12-31 00:00:00 (Sun)
28800,
0,
'PST',
],
[
61639459200, # utc_start 0-12-31 16:00:00 (Sun)
61646367600, # utc_end 0-12-31 15:00:00 (Sun)
61639491600, # local_start 0-12-31 01:00:00 (Sun)
61646400000, # local_end 0-12-31 00:00:00 (Sun)
32400,
1,
'PDT',
],
[
61646367600, # utc_start 0-12-31 15:00:00 (Sun)
62395027200, # utc_end 0-12-31 16:00:00 (Sun)
61646396400, # local_start 0-12-31 23:00:00 (Sun)
62395056000, # local_end 0-12-31 00:00:00 (Sun)
28800,
0,
'PST',
],
[
62395027200, # utc_start 0-12-31 16:00:00 (Sun)
62410834800, # utc_end 0-12-31 15:00:00 (Sun)
62395059600, # local_start 0-12-31 01:00:00 (Sun)
62410867200, # local_end 0-12-31 00:00:00 (Sun)
32400,
1,
'PDT',
],
[
62410834800, # utc_start 0-12-31 15:00:00 (Sun)
DateTime::TimeZone::INFINITY, # utc_end
62410863600, # local_start 0-12-31 23:00:00 (Sun)
DateTime::TimeZone::INFINITY, # local_end
28800,
0,
'PST',
],
];
sub olson_version { '2018i' }
sub has_dst_changes { 3 }
sub _max_year { 2029 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;