.TH STIME 2 .UC .SH NAME stime \- set time .SH SYNOPSIS .B #include .sp .B stime(tp) .br .B time_t *tp; .SH DESCRIPTION .I Stime sets the system's idea of the time and date. Time, pointed to by .I tp, is measured in seconds from 0000 GMT Jan 1, 1970. Only the super-user may use this call. .SH ERRORS .I Stime will fail and the system's current time will be unchanged if: .TP 20 [EPERM] The process's effective user ID is not the super-user. .SH "SEE ALSO" date(1), time(2), ctime(3) .SH ASSEMBLER (stime = 25.) .br (time in r0-r1) .br .B sys stime