| Server IP : 162.214.74.102 / Your IP : 216.73.216.192 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/perl5/vendor_perl/DateTime/TimeZone/Asia/ |
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 ../tzdata-2018i/asia. Olson data version 2018i
#
# Do not edit this file directly.
#
package DateTime::TimeZone::Asia::Tokyo;
$DateTime::TimeZone::Asia::Tokyo::VERSION = '1.70';
use strict;
use Class::Singleton 1.03;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::Asia::Tokyo::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY, # utc_start
59547970800, # utc_end 0-12-31 15:00:00 (Sun)
DateTime::TimeZone::NEG_INFINITY, # local_start
59548004339, # local_end 0-12-31 00:18:59 (Sun)
33539,
0,
'LMT',
],
[
59547970800, # utc_start 0-12-31 15:00:00 (Sun)
61451881200, # utc_end 0-12-31 15:00:00 (Sun)
59548003200, # local_start 0-12-31 00:00:00 (Sun)
61451913600, # local_end 0-12-31 00:00:00 (Sun)
32400,
0,
'JST',
],
[
61451881200, # utc_start 0-12-31 15:00:00 (Sun)
61463372400, # utc_end 0-12-31 15:00:00 (Sun)
61451917200, # local_start 0-12-31 01:00:00 (Sun)
61463408400, # local_end 0-12-31 01:00:00 (Sun)
36000,
1,
'JDT',
],
[
61463372400, # utc_start 0-12-31 15:00:00 (Sun)
61480911600, # utc_end 0-12-31 15:00:00 (Sun)
61463404800, # local_start 0-12-31 00:00:00 (Sun)
61480944000, # local_end 0-12-31 00:00:00 (Sun)
32400,
0,
'JST',
],
[
61480911600, # utc_start 0-12-31 15:00:00 (Sun)
61494822000, # utc_end 0-12-31 15:00:00 (Sun)
61480947600, # local_start 0-12-31 01:00:00 (Sun)
61494858000, # local_end 0-12-31 01:00:00 (Sun)
36000,
1,
'JDT',
],
[
61494822000, # utc_start 0-12-31 15:00:00 (Sun)
61515385200, # utc_end 0-12-31 15:00:00 (Sun)
61494854400, # local_start 0-12-31 00:00:00 (Sun)
61515417600, # local_end 0-12-31 00:00:00 (Sun)
32400,
0,
'JST',
],
[
61515385200, # utc_start 0-12-31 15:00:00 (Sun)
61526271600, # utc_end 0-12-31 15:00:00 (Sun)
61515421200, # local_start 0-12-31 01:00:00 (Sun)
61526307600, # local_end 0-12-31 01:00:00 (Sun)
36000,
1,
'JDT',
],
[
61526271600, # utc_start 0-12-31 15:00:00 (Sun)
61546834800, # utc_end 0-12-31 15:00:00 (Sun)
61526304000, # local_start 0-12-31 00:00:00 (Sun)
61546867200, # local_end 0-12-31 00:00:00 (Sun)
32400,
0,
'JST',
],
[
61546834800, # utc_start 0-12-31 15:00:00 (Sun)
61557721200, # utc_end 0-12-31 15:00:00 (Sun)
61546870800, # local_start 0-12-31 01:00:00 (Sun)
61557757200, # local_end 0-12-31 01:00:00 (Sun)
36000,
1,
'JDT',
],
[
61557721200, # utc_start 0-12-31 15:00:00 (Sun)
DateTime::TimeZone::INFINITY, # utc_end
61557753600, # local_start 0-12-31 00:00:00 (Sun)
DateTime::TimeZone::INFINITY, # local_end
32400,
0,
'JST',
],
];
sub olson_version { '2018i' }
sub has_dst_changes { 4 }
sub _max_year { 2029 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;