Current Path : /usr/local/lib/perl5/site_perl/5.8.9/DateTime/TimeZone/Pacific/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/perl5/site_perl/5.8.9/DateTime/TimeZone/Pacific/Honolulu.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 ../../data/Olson/2009a/northamerica. Olson data version 2009a # # Do not edit this file directly. # package DateTime::TimeZone::Pacific::Honolulu; use strict; use Class::Singleton; use DateTime::TimeZone; use DateTime::TimeZone::OlsonDB; @DateTime::TimeZone::Pacific::Honolulu::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' ); my $spans = [ [ DateTime::TimeZone::NEG_INFINITY, 59926775486, DateTime::TimeZone::NEG_INFINITY, 59926737600, -37886, 0, 'LMT' ], [ 59926775486, 60978400200, 59926737686, 60978362400, -37800, 0, 'HST' ], [ 60978400200, 60980211000, 60978366000, 60980176800, -34200, 1, 'HDT' ], [ 60980211000, 61255485000, 60980173200, 61255447200, -37800, 0, 'HST' ], [ 61255485000, 61366287600, 61255450800, 61366253400, -34200, 1, 'HWT' ], [ 61366287600, 61370307000, 61366253400, 61370272800, -34200, 1, 'HPT' ], [ 61370307000, 61423533000, 61370269200, 61423495200, -37800, 0, 'HST' ], [ 61423533000, DateTime::TimeZone::INFINITY, 61423497000, DateTime::TimeZone::INFINITY, -36000, 0, 'HST' ], ]; sub olson_version { '2009a' } sub has_dst_changes { 3 } sub _max_year { 2019 } sub _new_instance { return shift->_init( @_, spans => $spans ); } 1;