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/Australia/ |
# 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::Australia::Darwin; { $DateTime::TimeZone::Australia::Darwin::VERSION = '1.57'; } use strict; use Class::Singleton 1.03; use DateTime::TimeZone; use DateTime::TimeZone::OlsonDB; @DateTime::TimeZone::Australia::Darwin::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' ); my $spans = [ [ DateTime::TimeZone::NEG_INFINITY, # utc_start 59771575000, # utc_end 1895-01-31 15:16:40 (Thu) DateTime::TimeZone::NEG_INFINITY, # local_start 59771606400, # local_end 1895-02-01 00:00:00 (Fri) 31400, 0, 'LMT', ], [ 59771575000, # utc_start 1895-01-31 15:16:40 (Thu) 59905494000, # utc_end 1899-04-30 15:00:00 (Sun) 59771607400, # local_start 1895-02-01 00:16:40 (Fri) 59905526400, # local_end 1899-05-01 00:00:00 (Mon) 32400, 0, 'CST', ], [ 59905494000, # utc_start 1899-04-30 15:00:00 (Sun) 60463117860, # utc_end 1916-12-31 14:31:00 (Sun) 59905528200, # local_start 1899-05-01 00:30:00 (Mon) 60463152060, # local_end 1917-01-01 00:01:00 (Mon) 34200, 0, 'CST', ], [ 60463117860, # utc_start 1916-12-31 14:31:00 (Sun) 60470292600, # utc_end 1917-03-24 15:30:00 (Sat) 60463155660, # local_start 1917-01-01 01:01:00 (Mon) 60470330400, # local_end 1917-03-25 02:00:00 (Sun) 37800, 1, 'CST', ], [ 60470292600, # utc_start 1917-03-24 15:30:00 (Sat) 61252043400, # utc_end 1941-12-31 16:30:00 (Wed) 60470326800, # local_start 1917-03-25 01:00:00 (Sun) 61252077600, # local_end 1942-01-01 02:00:00 (Thu) 34200, 0, 'CST', ], [ 61252043400, # utc_start 1941-12-31 16:30:00 (Wed) 61259556600, # utc_end 1942-03-28 15:30:00 (Sat) 61252081200, # local_start 1942-01-01 03:00:00 (Thu) 61259594400, # local_end 1942-03-29 02:00:00 (Sun) 37800, 1, 'CST', ], [ 61259556600, # utc_start 1942-03-28 15:30:00 (Sat) 61275285000, # utc_end 1942-09-26 16:30:00 (Sat) 61259590800, # local_start 1942-03-29 01:00:00 (Sun) 61275319200, # local_end 1942-09-27 02:00:00 (Sun) 34200, 0, 'CST', ], [ 61275285000, # utc_start 1942-09-26 16:30:00 (Sat) 61291006200, # utc_end 1943-03-27 15:30:00 (Sat) 61275322800, # local_start 1942-09-27 03:00:00 (Sun) 61291044000, # local_end 1943-03-28 02:00:00 (Sun) 37800, 1, 'CST', ], [ 61291006200, # utc_start 1943-03-27 15:30:00 (Sat) 61307339400, # utc_end 1943-10-02 16:30:00 (Sat) 61291040400, # local_start 1943-03-28 01:00:00 (Sun) 61307373600, # local_end 1943-10-03 02:00:00 (Sun) 34200, 0, 'CST', ], [ 61307339400, # utc_start 1943-10-02 16:30:00 (Sat) 61322455800, # utc_end 1944-03-25 15:30:00 (Sat) 61307377200, # local_start 1943-10-03 03:00:00 (Sun) 61322493600, # local_end 1944-03-26 02:00:00 (Sun) 37800, 1, 'CST', ], [ 61322455800, # utc_start 1944-03-25 15:30:00 (Sat) DateTime::TimeZone::INFINITY, # utc_end 61322490000, # local_start 1944-03-26 01:00:00 (Sun) DateTime::TimeZone::INFINITY, # local_end 34200, 0, 'CST', ], ]; sub olson_version { '2013a' } sub has_dst_changes { 4 } sub _max_year { 2023 } sub _new_instance { return shift->_init( @_, spans => $spans ); } 1;