| Server IP : 74.208.236.108 / Your IP : 216.73.216.214 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u90537543 ( 11015977) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/usr/share/perl5/DateTime/TimeZone/Asia/ |
Upload File : |
# This file is auto-generated by the Perl DateTime Suite time zone
# code generator (0.08) This code generator comes with the
# DateTime::TimeZone module distribution in the tools/ directory
#
# Generated from debian/tzdata/asia. Olson data version 2026b
#
# Do not edit this file directly.
#
package DateTime::TimeZone::Asia::Dubai;
use strict;
use warnings;
use namespace::autoclean;
our $VERSION = '2.65';
use Class::Singleton 1.03;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::Asia::Dubai::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY, # utc_start
60557746728, # utc_end 1919-12-31 20:18:48 (Wed)
DateTime::TimeZone::NEG_INFINITY, # local_start
60557760000, # local_end 1920-01-01 00:00:00 (Thu)
13272,
0,
'LMT',
],
[
60557746728, # utc_start 1919-12-31 20:18:48 (Wed)
DateTime::TimeZone::INFINITY, # utc_end
60557761128, # local_start 1920-01-01 00:18:48 (Thu)
DateTime::TimeZone::INFINITY, # local_end
14400,
0,
'+04',
],
];
sub olson_version {'2026b'}
sub has_dst_changes {0}
sub _max_year {2036}
sub _new_instance {
return shift->_init( @_, spans => $spans );
}
1;