shell bypass 403

UnknownSec Shell

: /home/.cpan/build/TimeDate-2.35-0/t/ [ drwxr-xr-x ]
Uname: Linux dedi-15171674.espacofacial.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64
Software: Apache
PHP version: 8.2.33 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.5.151
Your Ip: 216.73.217.58
User: espa7358 (1004) | Group: espa7358 (1003)
Safe Mode: OFF
Disable Function:
NONE

name : msk-tz.t
use strict;
use warnings;
use Test::More tests => 2;
use Date::Parse qw(str2time);
use Time::Zone;

# RT#81350: MSK (Moscow Standard Time) offset
# Russia was UTC+4 in 2011-2014 (permanent DST), but reverted to UTC+3 in October 2014.
# The correct current offset is UTC+3 = 10800 seconds.
{
    my $offset = tz_offset("MSK");
    is($offset, 10800, "RT#81350: tz_offset('MSK') returns 10800 (UTC+3)");

    my $time = str2time("2024-01-15 12:00:00 MSK");
    my $time_utc = str2time("2024-01-15 09:00:00 UTC");
    is($time, $time_utc, "RT#81350: MSK date parses to correct UTC equivalent");
}
© 2026 UnknownSec