%PDF- %PDF-
Direktori : /proc/self/root/usr/share/perl5/vendor_perl/DateTime/TimeZone/America/ |
Current File : //proc/self/root/usr/share/perl5/vendor_perl/DateTime/TimeZone/America/Phoenix.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/northamerica. Olson data version 2018i # # Do not edit this file directly. # package DateTime::TimeZone::America::Phoenix; $DateTime::TimeZone::America::Phoenix::VERSION = '1.70'; use strict; use Class::Singleton 1.03; use DateTime::TimeZone; use DateTime::TimeZone::OlsonDB; @DateTime::TimeZone::America::Phoenix::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' ); my $spans = [ [ DateTime::TimeZone::NEG_INFINITY, # utc_start 59418039600, # utc_end 0-12-31 19:00:00 (Sun) DateTime::TimeZone::NEG_INFINITY, # local_start 59418012702, # local_end 0-12-31 11:31:42 (Sun) -26898, 0, 'LMT', ], [ 59418039600, # utc_start 0-12-31 19:00:00 (Sun) 60502410000, # utc_end 0-12-31 09:00:00 (Sun) 59418014400, # local_start 0-12-31 12:00:00 (Sun) 60502384800, # local_end 0-12-31 02:00:00 (Sun) -25200, 0, 'MST', ], [ 60502410000, # utc_start 0-12-31 09:00:00 (Sun) 60520550400, # utc_end 0-12-31 08:00:00 (Sun) 60502388400, # local_start 0-12-31 03:00:00 (Sun) 60520528800, # local_end 0-12-31 02:00:00 (Sun) -21600, 1, 'MDT', ], [ 60520550400, # utc_start 0-12-31 08:00:00 (Sun) 60533859600, # utc_end 0-12-31 09:00:00 (Sun) 60520525200, # local_start 0-12-31 01:00:00 (Sun) 60533834400, # local_end 0-12-31 02:00:00 (Sun) -25200, 0, 'MST', ], [ 60533859600, # utc_start 0-12-31 09:00:00 (Sun) 60552000000, # utc_end 0-12-31 08:00:00 (Sun) 60533838000, # local_start 0-12-31 03:00:00 (Sun) 60551978400, # local_end 0-12-31 02:00:00 (Sun) -21600, 1, 'MDT', ], [ 60552000000, # utc_start 0-12-31 08:00:00 (Sun) 61255472400, # utc_end 0-12-31 09:00:00 (Sun) 60551974800, # local_start 0-12-31 01:00:00 (Sun) 61255447200, # local_end 0-12-31 02:00:00 (Sun) -25200, 0, 'MST', ], [ 61255472400, # utc_start 0-12-31 09:00:00 (Sun) 61315164060, # utc_end 0-12-31 06:01:00 (Sun) 61255450800, # local_start 0-12-31 03:00:00 (Sun) 61315142460, # local_end 0-12-31 00:01:00 (Sun) -21600, 1, 'MWT', ], [ 61315164060, # utc_start 0-12-31 06:01:00 (Sun) 61323030060, # utc_end 0-12-31 07:01:00 (Sun) 61315138860, # local_start 0-12-31 23:01:00 (Sun) 61323004860, # local_end 0-12-31 00:01:00 (Sun) -25200, 0, 'MST', ], [ 61323030060, # utc_start 0-12-31 07:01:00 (Sun) 61338837660, # utc_end 0-12-31 06:01:00 (Sun) 61323008460, # local_start 0-12-31 01:01:00 (Sun) 61338816060, # local_end 0-12-31 00:01:00 (Sun) -21600, 1, 'MWT', ], [ 61338837660, # utc_start 0-12-31 06:01:00 (Sun) 62041014000, # utc_end 0-12-31 07:00:00 (Sun) 61338812460, # local_start 0-12-31 23:01:00 (Sun) 62040988800, # local_end 0-12-31 00:00:00 (Sun) -25200, 0, 'MST', ], [ 62041014000, # utc_start 0-12-31 07:00:00 (Sun) 62051302800, # utc_end 0-12-31 09:00:00 (Sun) 62040988800, # local_start 0-12-31 00:00:00 (Sun) 62051277600, # local_end 0-12-31 02:00:00 (Sun) -25200, 0, 'MST', ], [ 62051302800, # utc_start 0-12-31 09:00:00 (Sun) 62067024000, # utc_end 0-12-31 08:00:00 (Sun) 62051281200, # local_start 0-12-31 03:00:00 (Sun) 62067002400, # local_end 0-12-31 02:00:00 (Sun) -21600, 1, 'MDT', ], [ 62067024000, # utc_start 0-12-31 08:00:00 (Sun) 62079462000, # utc_end 0-12-31 07:00:00 (Sun) 62066998800, # local_start 0-12-31 01:00:00 (Sun) 62079436800, # local_end 0-12-31 00:00:00 (Sun) -25200, 0, 'MST', ], [ 62079462000, # utc_start 0-12-31 07:00:00 (Sun) DateTime::TimeZone::INFINITY, # utc_end 62079436800, # local_start 0-12-31 00:00:00 (Sun) DateTime::TimeZone::INFINITY, # local_end -25200, 0, 'MST', ], ]; sub olson_version { '2018i' } sub has_dst_changes { 5 } sub _max_year { 2029 } sub _new_instance { return shift->_init( @_, spans => $spans ); } 1;