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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dlocaltime.pm1 package Time::localtime;
11 @EXPORT = qw(localtime ctime);
33 sub localtime (;$) { populate CORE::localtime(@_ ? shift : time)} subroutine
34 sub ctime (;$) { scalar CORE::localtime(@_ ? shift : time) }
42 Time::localtime - by-name interface to Perl's built-in localtime() function
46 use Time::localtime;
47 printf "Year is %d\n", localtime->year() + 1900;
51 use Time::localtime;
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c36 * localtime.c
580 * localtime_r() is the thread-safe variant of localtime().
657 * localtime() can now return NULL if overflow is detected.
664 localtime(const time_t *timep) function
675 * 64bit time_t version of localtime: Consolidation private

Completed in 27 milliseconds