Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6 System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 User : User ( 0) PHP Version : 7.4.6 Disable Function : NONE Directory : C:/xampp/perl/vendor/lib/DateTime/TimeZone/Pacific/ |
# 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 /tmp/rnClxBLdxJ/australasia. Olson data version 2013a # # Do not edit this file directly. # package DateTime::TimeZone::Pacific::Noumea; { $DateTime::TimeZone::Pacific::Noumea::VERSION = '1.57'; } 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 1912-01-12 12:54:12 (Fri) DateTime::TimeZone::NEG_INFINITY, # local_start 60306336000, # local_end 1912-01-13 00:00:00 (Sat) 39948, 0, 'LMT', ], [ 60306296052, # utc_start 1912-01-12 12:54:12 (Fri) 62385685200, # utc_end 1977-12-03 13:00:00 (Sat) 60306335652, # local_start 1912-01-12 23:54:12 (Fri) 62385724800, # local_end 1977-12-04 00:00:00 (Sun) 39600, 0, 'NCT', ], [ 62385685200, # utc_start 1977-12-03 13:00:00 (Sat) 62393025600, # utc_end 1978-02-26 12:00:00 (Sun) 62385728400, # local_start 1977-12-04 01:00:00 (Sun) 62393068800, # local_end 1978-02-27 00:00:00 (Mon) 43200, 1, 'NCST', ], [ 62393025600, # utc_start 1978-02-26 12:00:00 (Sun) 62417134800, # utc_end 1978-12-02 13:00:00 (Sat) 62393065200, # local_start 1978-02-26 23:00:00 (Sun) 62417174400, # local_end 1978-12-03 00:00:00 (Sun) 39600, 0, 'NCT', ], [ 62417134800, # utc_start 1978-12-02 13:00:00 (Sat) 62424561600, # utc_end 1979-02-26 12:00:00 (Mon) 62417178000, # local_start 1978-12-03 01:00:00 (Sun) 62424604800, # local_end 1979-02-27 00:00:00 (Tue) 43200, 1, 'NCST', ], [ 62424561600, # utc_start 1979-02-26 12:00:00 (Mon) 62985049200, # utc_end 1996-11-30 15:00:00 (Sat) 62424601200, # local_start 1979-02-26 23:00:00 (Mon) 62985088800, # local_end 1996-12-01 02:00:00 (Sun) 39600, 0, 'NCT', ], [ 62985049200, # utc_start 1996-11-30 15:00:00 (Sat) 62992911600, # utc_end 1997-03-01 15:00:00 (Sat) 62985092400, # local_start 1996-12-01 03:00:00 (Sun) 62992954800, # local_end 1997-03-02 03:00:00 (Sun) 43200, 1, 'NCST', ], [ 62992911600, # utc_start 1997-03-01 15:00:00 (Sat) DateTime::TimeZone::INFINITY, # utc_end 62992951200, # local_start 1997-03-02 02:00:00 (Sun) DateTime::TimeZone::INFINITY, # local_end 39600, 0, 'NCT', ], ]; sub olson_version { '2013a' } sub has_dst_changes { 3 } sub _max_year { 2023 } sub _new_instance { return shift->_init( @_, spans => $spans ); } 1;