1STIME(2)                      System Calls Manual                     STIME(2)
2
3
4

NAME

6       stime - set time
7

SYNOPSIS

9       stime(tp)
10       long *tp;
11

DESCRIPTION

13       Stime sets the system's idea of the time and date.  Time, pointed to by
14       tp, is measured in seconds from 0000 GMT Jan 1, 1970.  Only the  super-
15       user may use this call.
16

SEE ALSO

18       date(1), time(2), ctime(3)
19

DIAGNOSTICS

21       Zero 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)
26       sys stime
27
28                                                                      STIME(2)
Impressum