config root man

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

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/America/Bogota.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/southamerica.  Olson data version 2009a
#
# Do not edit this file directly.
#
package DateTime::TimeZone::America::Bogota;

use strict;

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

@DateTime::TimeZone::America::Bogota::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );

my $spans =
[
    [
DateTime::TimeZone::NEG_INFINITY,
59428011380,
DateTime::TimeZone::NEG_INFINITY,
59427993600,
-17780,
0,
'LMT'
    ],
    [
59428011380,
60396641780,
59427993600,
60396624000,
-17780,
0,
'BMT'
    ],
    [
60396641780,
62840552400,
60396623780,
62840534400,
-18000,
0,
'COT'
    ],
    [
62840552400,
62869579200,
62840538000,
62869564800,
-14400,
1,
'COST'
    ],
    [
62869579200,
DateTime::TimeZone::INFINITY,
62869561200,
DateTime::TimeZone::INFINITY,
-18000,
0,
'COT'
    ],
];

sub olson_version { '2009a' }

sub has_dst_changes { 1 }

sub _max_year { 2019 }

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



1;


Man Man