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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm1 package Time::gmtime;
11 @EXPORT = qw(gmtime gmctime);
33 sub gmtime (;$) { populate CORE::gmtime(@_ ? shift : time)} subroutine
34 sub gmctime (;$) { scalar CORE::gmtime(@_ ? shift : time)}
41 Time::gmtime - by-name interface to Perl's built-in gmtime() function
45 use Time::gmtime;
46 $gm = gmtime();
50 use Time::gmtime
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c421 * This routine is the thread-safe variant of gmtime(), and
451 gmtime(const time_t *timep) function

Completed in 40 milliseconds