| 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/northamerica. Olson data version 2011n
#
# Do not edit this file directly.
#
package DateTime::TimeZone::America::Santo_Domingo;
{
$DateTime::TimeZone::America::Santo_Domingo::VERSION = '1.42';
}
use strict;
use Class::Singleton;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::America::Santo_Domingo::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY,
59611178376,
DateTime::TimeZone::NEG_INFINITY,
59611161600,
-16776,
0,
'LMT'
],
[
59611178376,
60975909600,
59611161576,
60975892800,
-16800,
0,
'SDMT'
],
[
60975909600,
62035563600,
60975891600,
62035545600,
-18000,
0,
'EST'
],
[
62035563600,
62046014400,
62035549200,
62046000000,
-14400,
1,
'EDT'
],
[
62046014400,
62129912400,
62045996400,
62129894400,
-18000,
0,
'EST'
],
[
62129912400,
62140105800,
62129896200,
62140089600,
-16200,
1,
'EHDT'
],
[
62140105800,
62161362000,
62140087800,
62161344000,
-18000,
0,
'EST'
],
[
62161362000,
62168877000,
62161345800,
62168860800,
-16200,
1,
'EHDT'
],
[
62168877000,
62193416400,
62168859000,
62193398400,
-18000,
0,
'EST'
],
[
62193416400,
62200499400,
62193400200,
62200483200,
-16200,
1,
'EHDT'
],
[
62200499400,
62224866000,
62200481400,
62224848000,
-18000,
0,
'EST'
],
[
62224866000,
62232121800,
62224849800,
62232105600,
-16200,
1,
'EHDT'
],
[
62232121800,
62256315600,
62232103800,
62256297600,
-18000,
0,
'EST'
],
[
62256315600,
62263657800,
62256299400,
62263641600,
-16200,
1,
'EHDT'
],
[
62263657800,
62287765200,
62263639800,
62287747200,
-18000,
0,
'EST'
],
[
62287765200,
63108482400,
62287750800,
63108468000,
-14400,
0,
'AST'
],
[
63108482400,
63111506400,
63108464400,
63111488400,
-18000,
0,
'EST'
],
[
63111506400,
DateTime::TimeZone::INFINITY,
63111492000,
DateTime::TimeZone::INFINITY,
-14400,
0,
'AST'
],
];
sub olson_version { '2011n' }
sub has_dst_changes { 6 }
sub _max_year { 2021 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;