'\" te .\" Copyright 1989 AT&T Copyright (c) 1997, Sun Microsystems, Inc. All Rights Reserved .TH time 2 "28 Dec 1996" "SunOS 5.11" "System Calls" .SH NAME time \- get time .SH SYNOPSIS .LP .nf #include #include \fBtime_t\fR \fBtime\fR(\fBtime_t *\fR\fItloc\fR); .fi .SH DESCRIPTION .sp .LP The \fBtime()\fR function returns the value of time in seconds since 00:00:00 UTC, January 1, 1970. .sp .LP If \fItloc\fR is non-zero, the return value is also stored in the location to which \fItloc\fR points. If \fItloc\fR points to an illegal address, \fBtime()\fR fails and its actions are undefined. .SH RETURN VALUES .sp .LP Upon successful completion, \fBtime()\fR returns the value of time. Otherwise, \fB(time_t)\(mi1\fR is returned and \fBerrno\fR is set to indicate the error. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelAsync-Signal-Safe _ StandardSee \fBstandards\fR(5). .TE .SH SEE ALSO .sp .LP \fBstime\fR(2), \fBctime\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5)