Searched defs:timegm (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 );
71 sub timegm { subroutine
115 &timegm;
121 my $ref_t = &timegm;
167 $time = timegm($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

Completed in 232 milliseconds