Searched refs:timegm (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.t68 $time = timegm($sec,$min,$hour,$mday,$mon,$year);
97 timegm(0,0,0, 1, 2, 80) - timegm(0,0,0, 1, 0, 80) == 60 * 24 * 3600
118 timegm(0,0,0,1,0,80) == main::timegm(0,0,0,1,0,80) or print "not ";
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
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dtime.h54 extern time_t timelocal(), timegm();
/opensolaris-onvv-gate/usr/src/ucbcmd/touch/
H A Dtouch.c66 time_t timelocal(), timegm();
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c1408 timegm(tmp) function
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm521 ? timegm($6,$5,$4,$3,$2-1,$1 - 1900)
H A DFTP.pm199 ? timegm($8,$7,$6,$5,$4-1,$2 eq '19' ? $3 : ($1-1900))

Completed in 49 milliseconds