stime(2) stime(2)NAME stime - set time SYNOPSIS int stime(tp) long *tp; DESCRIPTION stime sets the the time and date. tp points to the value of time as measured in seconds from 00:00:00 GMT January 1, 1970. RETURN VALUE Upon successful completion, a value of 0 is returned. Oth- erwise, a value of -1 is returned and errno is set to indi- cate the error. ERRORS stime will fail if: [EPERM] the effective user ID of the calling process is not superuser. SEE ALSO date(1), gettimeofday(2), settimeofday(2), time(2). April, 1990 1