1STIME(2) System Calls Manual STIME(2)
23
4
NAME
6stime - set time
7
SYNOPSIS
9stime(tp)
10long *tp;
11
DESCRIPTION
13Stime sets the system's idea of the time and date. Time, pointed to by
14tp, is measured in seconds from 0000 GMT Jan 1, 1970. Only the super-
15user may use this call.
16
SEE ALSO
18date(1), time(2), ctime(3)
19
DIAGNOSTICS
21Zero is returned if the time was set; -1 if user is not the super-user.
22
ASSEMBLER
24(stime = 25.)
25(time in r0-r1)
26sys stime
2728
STIME(2)