Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ stime(2) — Dell System V Release 4 Issue 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

time(2)



stime(2)                         UNIX System V                         stime(2)


NAME
      stime - set time

SYNOPSIS
      #include <unistd.h>

      int stime(const timet *tp);

DESCRIPTION
      stime sets the system's idea of the time and date.  tp points to the
      value of time as measured in seconds from 00:00:00 UTC January 1, 1970.

      stime will fail if:

      EPERM          the effective user ID of the calling process is not
                     super-user.

SEE ALSO
      time(2).

DIAGNOSTICS
      Upon successful completion, a value of 0 is returned.  Otherwise, a value
      of -1 is returned and errno is set to indicate the error.































10/89                                                                    Page 1





Typewritten Software • bear@typewritten.org • Edmonds, WA 98026