| 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::Casablanca;
{
$DateTime::TimeZone::Africa::Casablanca::VERSION = '1.42';
}
use strict;
use Class::Singleton;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::Africa::Casablanca::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY,
60362670620,
DateTime::TimeZone::NEG_INFINITY,
60362668800,
-1820,
0,
'LMT'
],
[
60362670620,
61179321600,
60362670620,
61179321600,
0,
0,
'WET'
],
[
61179321600,
61185193200,
61179325200,
61185196800,
3600,
1,
'WEST'
],
[
61185193200,
61193664000,
61185193200,
61193664000,
0,
0,
'WET'
],
[
61193664000,
61374495600,
61193667600,
61374499200,
3600,
1,
'WEST'
],
[
61374495600,
61518441600,
61374495600,
61518441600,
0,
0,
'WET'
],
[
61518441600,
61530534000,
61518445200,
61530537600,
3600,
1,
'WEST'
],
[
61530534000,
62054251200,
61530534000,
62054251200,
0,
0,
'WET'
],
[
62054251200,
62064572400,
62054254800,
62064576000,
3600,
1,
'WEST'
],
[
62064572400,
62276947200,
62064572400,
62276947200,
0,
0,
'WET'
],
[
62276947200,
62282905200,
62276950800,
62282908800,
3600,
1,
'WEST'
],
[
62282905200,
62335440000,
62282905200,
62335440000,
0,
0,
'WET'
],
[
62335440000,
62343385200,
62335443600,
62343388800,
3600,
1,
'WEST'
],
[
62343385200,
62366976000,
62343385200,
62366976000,
0,
0,
'WET'
],
[
62366976000,
62379932400,
62366979600,
62379936000,
3600,
1,
'WEST'
],
[
62379932400,
62401190400,
62379932400,
62401190400,
0,
0,
'WET'
],
[
62401190400,
62406716400,
62401194000,
62406720000,
3600,
1,
'WEST'
],
[
62406716400,
62583926400,
62406716400,
62583926400,
0,
0,
'WET'
],
[
62583926400,
62640601200,
62583930000,
62640604800,
3600,
0,
'CET'
],
[
62640601200,
63347961600,
62640601200,
63347961600,
0,
0,
'WET'
],
[
63347961600,
63355906800,
63347965200,
63355910400,
3600,
1,
'WEST'
],
[
63355906800,
63379497600,
63355906800,
63379497600,
0,
0,
'WET'
],
[
63379497600,
63386492400,
63379501200,
63386496000,
3600,
1,
'WEST'
],
[
63386492400,
63408441600,
63386492400,
63408441600,
0,
0,
'WET'
],
[
63408441600,
63416905200,
63408445200,
63416908800,
3600,
1,
'WEST'
],
[
63416905200,
63437472000,
63416905200,
63437472000,
0,
0,
'WET'
],
[
63437472000,
63447750000,
63437475600,
63447753600,
3600,
1,
'WEST'
],
[
63447750000,
DateTime::TimeZone::INFINITY,
63447750000,
DateTime::TimeZone::INFINITY,
0,
0,
'WET'
],
];
sub olson_version { '2011n' }
sub has_dst_changes { 12 }
sub _max_year { 2021 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;