| 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/Africa/ |
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/africa. Olson data version 2011n
#
# Do not edit this file directly.
#
package DateTime::TimeZone::Africa::Accra;
{
$DateTime::TimeZone::Africa::Accra::VERSION = '1.42';
}
use strict;
use Class::Singleton;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::Africa::Accra::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY,
60494688052,
DateTime::TimeZone::NEG_INFINITY,
60494688000,
-52,
0,
'LMT'
],
[
60494688052,
61083763200,
60494688052,
61083763200,
0,
0,
'GMT'
],
[
61083763200,
61094216400,
61083764400,
61094217600,
1200,
1,
'GHST'
],
[
61094216400,
61115299200,
61094216400,
61115299200,
0,
0,
'GMT'
],
[
61115299200,
61125752400,
61115300400,
61125753600,
1200,
1,
'GHST'
],
[
61125752400,
61146835200,
61125752400,
61146835200,
0,
0,
'GMT'
],
[
61146835200,
61157288400,
61146836400,
61157289600,
1200,
1,
'GHST'
],
[
61157288400,
61178371200,
61157288400,
61178371200,
0,
0,
'GMT'
],
[
61178371200,
61188824400,
61178372400,
61188825600,
1200,
1,
'GHST'
],
[
61188824400,
61209993600,
61188824400,
61209993600,
0,
0,
'GMT'
],
[
61209993600,
61220446800,
61209994800,
61220448000,
1200,
1,
'GHST'
],
[
61220446800,
61241529600,
61220446800,
61241529600,
0,
0,
'GMT'
],
[
61241529600,
61251982800,
61241530800,
61251984000,
1200,
1,
'GHST'
],
[
61251982800,
61273065600,
61251982800,
61273065600,
0,
0,
'GMT'
],
[
61273065600,
61283518800,
61273066800,
61283520000,
1200,
1,
'GHST'
],
[
61283518800,
DateTime::TimeZone::INFINITY,
61283518800,
DateTime::TimeZone::INFINITY,
0,
0,
'GMT'
],
];
sub olson_version { '2011n' }
sub has_dst_changes { 7 }
sub _max_year { 2021 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;