Help for this page

Select Code to Download


  1. or download this
    sub gmtime {
        usage "gmtime(time)" if @_ != 1;
        CORE::gmtime($_[0]);
    }
    
  2. or download this
    sub timegm {
        my ($sec,$min,$hour,$mday,$month,$year) = @_;
    ...
        $xsec + 86400 * $days;
    }