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/Samarkand.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::Samarkand;

use strict;

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

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

my $spans =
[
    [
DateTime::TimeZone::NEG_INFINITY,
60694515168,
DateTime::TimeZone::NEG_INFINITY,
60694531200,
16032,
0,
'LMT'
    ],
    [
60694515168,
60888139200,
60694529568,
60888153600,
14400,
0,
'SAMT'
    ],
    [
60888139200,
62490596400,
60888157200,
62490614400,
18000,
0,
'SAMT'
    ],
    [
62490596400,
62506404000,
62490618000,
62506425600,
21600,
1,
'SAMST'
    ],
    [
62506404000,
62522128800,
62506425600,
62522150400,
21600,
0,
'TAST'
    ],
    [
62522128800,
62537940000,
62522150400,
62537961600,
21600,
1,
'SAMST'
    ],
    [
62537940000,
62553668400,
62537958000,
62553686400,
18000,
0,
'SAMT'
    ],
    [
62553668400,
62569476000,
62553690000,
62569497600,
21600,
1,
'SAMST'
    ],
    [
62569476000,
62585290800,
62569494000,
62585308800,
18000,
0,
'SAMT'
    ],
    [
62585290800,
62601022800,
62585312400,
62601044400,
21600,
1,
'SAMST'
    ],
    [
62601022800,
62616747600,
62601040800,
62616765600,
18000,
0,
'SAMT'
    ],
    [
62616747600,
62632472400,
62616769200,
62632494000,
21600,
1,
'SAMST'
    ],
    [
62632472400,
62648197200,
62632490400,
62648215200,
18000,
0,
'SAMT'
    ],
    [
62648197200,
62663922000,
62648218800,
62663943600,
21600,
1,
'SAMST'
    ],
    [
62663922000,
62679646800,
62663940000,
62679664800,
18000,
0,
'SAMT'
    ],
    [
62679646800,
62695371600,
62679668400,
62695393200,
21600,
1,
'SAMST'
    ],
    [
62695371600,
62711096400,
62695389600,
62711114400,
18000,
0,
'SAMT'
    ],
    [
62711096400,
62726821200,
62711118000,
62726842800,
21600,
1,
'SAMST'
    ],
    [
62726821200,
62742546000,
62726839200,
62742564000,
18000,
0,
'SAMT'
    ],
    [
62742546000,
62758270800,
62742567600,
62758292400,
21600,
1,
'SAMST'
    ],
    [
62758270800,
62773995600,
62758288800,
62774013600,
18000,
0,
'SAMT'
    ],
    [
62773995600,
62790325200,
62774017200,
62790346800,
21600,
1,
'SAMST'
    ],
    [
62790325200,
62806050000,
62790343200,
62806068000,
18000,
0,
'SAMT'
    ],
    [
62806050000,
62819344800,
62806071600,
62819366400,
21600,
1,
'SAMST'
    ],
    [
62819344800,
62821774800,
62819366400,
62821796400,
21600,
1,
'UZST'
    ],
    [
62821774800,
62829889200,
62821792800,
62829907200,
18000,
0,
'UZT'
    ],
    [
62829889200,
DateTime::TimeZone::INFINITY,
62829907200,
DateTime::TimeZone::INFINITY,
18000,
0,
'UZT'
    ],
];

sub olson_version { '2009a' }

sub has_dst_changes { 12 }

sub _max_year { 2019 }

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



1;


Man Man