Help for this page

Select Code to Download


  1. or download this
    my @systime = localtime( $mtime );
    my $str = strftime( "%a %b %e %H:%M:%S %Y", @systime );
    
  2. or download this
    my $str = strftime( "%a %b %e %H:%M:%S %Y", localtime( $mtime ) );