v7 man page for stime

Query: stime

OS: v7

Section: 2

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STIME(2)							System Calls Manual							  STIME(2)

NAME
stime - set time
SYNOPSIS
stime(tp) long *tp;
DESCRIPTION
Stime sets the system's idea of the time and date. Time, pointed to by tp, is measured in seconds from 0000 GMT Jan 1, 1970. Only the super-user may use this call.
SEE ALSO
date(1), time(2), ctime(3)
DIAGNOSTICS
Zero is returned if the time was set; -1 if user is not the super-user.
ASSEMBLER
(stime = 25.) (time in r0-r1) sys stime STIME(2)
Related Man Pages
stime(2) - linux
stime(2) - centos
stime(2) - opendarwin
stime(2) - mojave
stime(2) - netbsd
Similar Topics in the Unix Linux Community
Any way to sort ps output based on STIME?