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