STIME(2) UNIX Programmer's Manual STIME(2) NAME stime - set time SYNOPSIS #include stime(tp) time_t *tp; DESCRIPTION _S_t_i_m_e sets the system's idea of the time and date. Time, pointed to by _t_p, is measured in seconds from 0000 GMT Jan 1, 1970. Only the super-user may use this call. ERRORS _S_t_i_m_e will fail and the system's current time will be unchanged if: [EPERM] The process's effective user ID is not the super-user. SEE ALSO date(1), time(2), ctime(3) ASSEMBLER (stime = 25.) (time in r0-r1) sys stime Printed 8/5/83 1