%PDF- %PDF-
Direktori : /proc/self/root/proc/self/root/usr/share/perl5/vendor_perl/DateTime/TimeZone/Australia/ |
Current File : //proc/self/root/proc/self/root/usr/share/perl5/vendor_perl/DateTime/TimeZone/Australia/Darwin.pm |
# 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::Australia::Darwin; $DateTime::TimeZone::Australia::Darwin::VERSION = '1.70'; 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 0-12-31 15:16:40 (Sun) DateTime::TimeZone::NEG_INFINITY, # local_start 59771606400, # local_end 0-12-31 00:00:00 (Sun) 31400, 0, 'LMT', ], [ 59771575000, # utc_start 0-12-31 15:16:40 (Sun) 59905494000, # utc_end 0-12-31 15:00:00 (Sun) 59771607400, # local_start 0-12-31 00:16:40 (Sun) 59905526400, # local_end 0-12-31 00:00:00 (Sun) 32400, 0, 'ACST', ], [ 59905494000, # utc_start 0-12-31 15:00:00 (Sun) 60463117860, # utc_end 0-12-31 14:31:00 (Sun) 59905528200, # local_start 0-12-31 00:30:00 (Sun) 60463152060, # local_end 0-12-31 00:01:00 (Sun) 34200, 0, 'ACST', ], [ 60463117860, # utc_start 0-12-31 14:31:00 (Sun) 60470292600, # utc_end 0-12-31 15:30:00 (Sun) 60463155660, # local_start 0-12-31 01:01:00 (Sun) 60470330400, # local_end 0-12-31 02:00:00 (Sun) 37800, 1, 'ACDT', ], [ 60470292600, # utc_start 0-12-31 15:30:00 (Sun) 61252043400, # utc_end 0-12-31 16:30:00 (Sun) 60470326800, # local_start 0-12-31 01:00:00 (Sun) 61252077600, # local_end 0-12-31 02:00:00 (Sun) 34200, 0, 'ACST', ], [ 61252043400, # utc_start 0-12-31 16:30:00 (Sun) 61259556600, # utc_end 0-12-31 15:30:00 (Sun) 61252081200, # local_start 0-12-31 03:00:00 (Sun) 61259594400, # local_end 0-12-31 02:00:00 (Sun) 37800, 1, 'ACDT', ], [ 61259556600, # utc_start 0-12-31 15:30:00 (Sun) 61275285000, # utc_end 0-12-31 16:30:00 (Sun) 61259590800, # local_start 0-12-31 01:00:00 (Sun) 61275319200, # local_end 0-12-31 02:00:00 (Sun) 34200, 0, 'ACST', ], [ 61275285000, # utc_start 0-12-31 16:30:00 (Sun) 61291006200, # utc_end 0-12-31 15:30:00 (Sun) 61275322800, # local_start 0-12-31 03:00:00 (Sun) 61291044000, # local_end 0-12-31 02:00:00 (Sun) 37800, 1, 'ACDT', ], [ 61291006200, # utc_start 0-12-31 15:30:00 (Sun) 61307339400, # utc_end 0-12-31 16:30:00 (Sun) 61291040400, # local_start 0-12-31 01:00:00 (Sun) 61307373600, # local_end 0-12-31 02:00:00 (Sun) 34200, 0, 'ACST', ], [ 61307339400, # utc_start 0-12-31 16:30:00 (Sun) 61322455800, # utc_end 0-12-31 15:30:00 (Sun) 61307377200, # local_start 0-12-31 03:00:00 (Sun) 61322493600, # local_end 0-12-31 02:00:00 (Sun) 37800, 1, 'ACDT', ], [ 61322455800, # utc_start 0-12-31 15:30:00 (Sun) DateTime::TimeZone::INFINITY, # utc_end 61322490000, # local_start 0-12-31 01:00:00 (Sun) DateTime::TimeZone::INFINITY, # local_end 34200, 0, 'ACST', ], ]; sub olson_version { '2018i' } sub has_dst_changes { 4 } sub _max_year { 2029 } sub _new_instance { return shift->_init( @_, spans => $spans ); } 1;