Searched defs:timelocal (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm12 @EXPORT = qw( timegm timelocal );
44 $SecOff = timelocal(localtime(0)) - timelocal(gmtime(0));
119 sub timelocal { subroutine
153 &timelocal;
166 $time = timelocal($sec,$min,$hour,$mday,$mon,$year);
184 The timelocal() and timegm() functions perform range checking on the
244 Both timelocal() and timegm() croak if given dates outside the supported
256 timelocal() is implemented using the same cache. We just assume that we're
279 This module is based on a Perl 4 library, timelocal
[all...]

Completed in 15 milliseconds