| Server IP : 61.19.30.66 / Your IP : 216.73.216.15 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/share/perl5/DateTime/TimeZone/Asia/ |
Upload File : |
# 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 ../DateTime/data/Olson/2011n/asia. Olson data version 2011n
#
# Do not edit this file directly.
#
package DateTime::TimeZone::Asia::Samarkand;
{
$DateTime::TimeZone::Asia::Samarkand::VERSION = '1.42';
}
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 { '2011n' }
sub has_dst_changes { 12 }
sub _max_year { 2021 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;