Help for this page

Select Code to Download


  1. or download this
    $_ = zeropad($_) for $sec, $min, $hour, $day, $month;
    
  2. or download this
    my ((undef) x 5, $year, $wday, $yday, $isdst) = localtime(time);
    my $zeroed_ts = timelocal((0) x 5, $year, $wday, $yday, $isdst);