# 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/australasia. Olson data version 2018i
#
# Do not edit this file directly.
#
package DateTime::TimeZone::Pacific::Noumea;
$DateTime::TimeZone::Pacific::Noumea::VERSION = '1.70';
use strict;
use Class::Singleton 1.03;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::Pacific::Noumea::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY, # utc_start
60306296052, # utc_end 0-12-31 12:54:12 (Sun)
DateTime::TimeZone::NEG_INFINITY, # local_start
60306336000, # local_end 0-12-31 00:00:00 (Sun)
39948,
0,
'LMT',
],
[
60306296052, # utc_start 0-12-31 12:54:12 (Sun)
62385685200, # utc_end 0-12-31 13:00:00 (Sun)
60306335652, # local_start 0-12-31 23:54:12 (Sun)
62385724800, # local_end 0-12-31 00:00:00 (Sun)
39600,
0,
'+11',
],
[
62385685200, # utc_start 0-12-31 13:00:00 (Sun)
62393025600, # utc_end 0-12-31 12:00:00 (Sun)
62385728400, # local_start 0-12-31 01:00:00 (Sun)
62393068800, # local_end 0-12-31 00:00:00 (Sun)
43200,
1,
'+12',
],
[
62393025600, # utc_start 0-12-31 12:00:00 (Sun)
62417134800, # utc_end 0-12-31 13:00:00 (Sun)
62393065200, # local_start 0-12-31 23:00:00 (Sun)
62417174400, # local_end 0-12-31 00:00:00 (Sun)
39600,
0,
'+11',
],
[
62417134800, # utc_start 0-12-31 13:00:00 (Sun)
62424561600, # utc_end 0-12-31 12:00:00 (Sun)
62417178000, # local_start 0-12-31 01:00:00 (Sun)
62424604800, # local_end 0-12-31 00:00:00 (Sun)
43200,
1,
'+12',
],
[
62424561600, # utc_start 0-12-31 12:00:00 (Sun)
62985049200, # utc_end 0-12-31 15:00:00 (Sun)
62424601200, # local_start 0-12-31 23:00:00 (Sun)
62985088800, # local_end 0-12-31 02:00:00 (Sun)
39600,
0,
'+11',
],
[
62985049200, # utc_start 0-12-31 15:00:00 (Sun)
62992911600, # utc_end 0-12-31 15:00:00 (Sun)
62985092400, # local_start 0-12-31 03:00:00 (Sun)
62992954800, # local_end 0-12-31 03:00:00 (Sun)
43200,
1,
'+12',
],
[
62992911600, # utc_start 0-12-31 15:00:00 (Sun)
DateTime::TimeZone::INFINITY, # utc_end
62992951200, # local_start 0-12-31 02:00:00 (Sun)
DateTime::TimeZone::INFINITY, # local_end
39600,
0,
'+11',
],
];
sub olson_version { '2018i' }
sub has_dst_changes { 3 }
sub _max_year { 2029 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;