Help for this page

Select Code to Download


  1. or download this
    sub _mktime {
        my ($time, $islocal) = @_;
    ...
                CORE::gmtime($time);
        wantarray ? @time : bless [@time, $time, $islocal], $class;
    }