.\" Copyright (c) 1980 Regents of the University of California. .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" .\" @(#)gettimeofday.2 4.1 (Berkeley) 05/09/85 .\" .TH STIME 2 .UC 4 .SH NAME stime \- set time .SH SYNOPSIS .nf .B stime(tp) .B long *tp; .fi .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 "SEE ALSO" date(1), time(2), ctime(3) .SH DIAGNOSTICS Zero is returned if the time was set; \-1 if user is not the super-user. .SH "ASSEMBLER (PDP-11)" (stime = 25.) .br (time in r0-r1) .br .B sys stime .PP