x3x3x3x_5h3ll
— 53cur3 — 5h3ll_1d —
Linux vps-10654784.cedaps.org.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
  INFO SERVER : Apache PHP : 7.4.33
/lib64/perl5/Time/
162.240.100.168

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACTN ]
+FILE +DIR
Piece.pm 22.958 KB -rw-r--r-- 2023-10-25 12:41 R E G D
Seconds.pm 5.195 KB -rw-r--r-- 2023-10-25 12:41 R E G D
REQUEST EXIT
package Time::Seconds; use strict; use vars qw/@EXPORT @EXPORT_OK @ISA/; @ISA = 'Exporter'; @EXPORT = qw( ONE_MINUTE ONE_HOUR ONE_DAY ONE_WEEK ONE_MONTH ONE_REAL_MONTH ONE_YEAR ONE_REAL_YEAR ONE_FINANCIAL_MONTH LEAP_YEAR NON_LEAP_YEAR ); @EXPORT_OK = qw(cs_sec cs_mon); use constant ONE_MINUTE => 60; use constant ONE_HOUR => 3_600; use constant ONE_DAY => 86_400; use constant ONE_WEEK => 604_800; use constant ONE_MONTH => 2_629_744; # ON