| 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/America/ |
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/southamerica. Olson data version 2011n
#
# Do not edit this file directly.
#
package DateTime::TimeZone::America::Lima;
{
$DateTime::TimeZone::America::Lima::VERSION = '1.42';
}
use strict;
use Class::Singleton;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::America::Lima::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY,
59611180092,
DateTime::TimeZone::NEG_INFINITY,
59611161600,
-18492,
0,
'LMT'
],
[
59611180092,
60197144916,
59611161576,
60197126400,
-18516,
0,
'LMT'
],
[
60197144916,
61125858000,
60197126916,
61125840000,
-18000,
0,
'PET'
],
[
61125858000,
61133630400,
61125843600,
61133616000,
-14400,
1,
'PEST'
],
[
61133630400,
61148926800,
61133612400,
61148908800,
-18000,
0,
'PET'
],
[
61148926800,
61164648000,
61148912400,
61164633600,
-14400,
1,
'PEST'
],
[
61164648000,
61180376400,
61164630000,
61180358400,
-18000,
0,
'PET'
],
[
61180376400,
61196097600,
61180362000,
61196083200,
-14400,
1,
'PEST'
],
[
61196097600,
62640622800,
61196079600,
62640604800,
-18000,
0,
'PET'
],
[
62640622800,
62648395200,
62640608400,
62648380800,
-14400,
1,
'PEST'
],
[
62648395200,
62672158800,
62648377200,
62672140800,
-18000,
0,
'PET'
],
[
62672158800,
62679931200,
62672144400,
62679916800,
-14400,
1,
'PEST'
],
[
62679931200,
62766853200,
62679913200,
62766835200,
-18000,
0,
'PET'
],
[
62766853200,
62774625600,
62766838800,
62774611200,
-14400,
1,
'PEST'
],
[
62774625600,
62893083600,
62774607600,
62893065600,
-18000,
0,
'PET'
],
[
62893083600,
62900856000,
62893069200,
62900841600,
-14400,
1,
'PEST'
],
[
62900856000,
DateTime::TimeZone::INFINITY,
62900838000,
DateTime::TimeZone::INFINITY,
-18000,
0,
'PET'
],
];
sub olson_version { '2011n' }
sub has_dst_changes { 7 }
sub _max_year { 2021 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;