config root man

Current Path : /usr/local/lib/perl5/site_perl/5.8.9/DateTime/TimeZone/Asia/

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
Upload File :
Current File : //usr/local/lib/perl5/site_perl/5.8.9/DateTime/TimeZone/Asia/Jakarta.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/asia.  Olson data version 2009a
#
# Do not edit this file directly.
#
package DateTime::TimeZone::Asia::Jakarta;

use strict;

use Class::Singleton;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;

@DateTime::TimeZone::Asia::Jakarta::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );

my $spans =
[
    [
DateTime::TimeZone::NEG_INFINITY,
58904383968,
DateTime::TimeZone::NEG_INFINITY,
58904409600,
25632,
0,
'LMT'
    ],
    [
58904383968,
60683964000,
58904409600,
60683989632,
25632,
0,
'JMT'
    ],
    [
60683964000,
60962776800,
60683990400,
60962803200,
26400,
0,
'JAVT'
    ],
    [
60962776800,
61259041800,
60962803800,
61259068800,
27000,
0,
'WIT'
    ],
    [
61259041800,
61369628400,
61259074200,
61369660800,
32400,
0,
'JST'
    ],
    [
61369628400,
61451800200,
61369655400,
61451827200,
27000,
0,
'WIT'
    ],
    [
61451800200,
61514870400,
61451829000,
61514899200,
28800,
0,
'WIT'
    ],
    [
61514870400,
61946267400,
61514897400,
61946294400,
27000,
0,
'WIT'
    ],
    [
61946267400,
DateTime::TimeZone::INFINITY,
61946292600,
DateTime::TimeZone::INFINITY,
25200,
0,
'WIT'
    ],
];

sub olson_version { '2009a' }

sub has_dst_changes { 0 }

sub _max_year { 2019 }

sub _new_instance
{
    return shift->_init( @_, spans => $spans );
}



1;


Man Man