ssttiimmee() -- System Call (libc)

Set the time
#iinncclluuddee
iinntt ssttiimmee(_t_i_m_e_p)
ttiimmee_tt *_t_i_m_e_p;

ssttiimmee() sets the  system time.  _t_i_m_e_p points to a  variable of type ttiimmee_tt,
which contains the number of seconds since midnight GMT of January 1, 1970.

ssttiimmee() is restricted to the superuser.

_F_i_l_e_s
<ssyyss/ttyyppeess.hh>

_S_e_e _A_l_s_o
ccttiimmee(), ddaattee, ffttiimmee(), lliibbcc, ssttaatt(), uuttiimmee()

_D_i_a_g_n_o_s_t_i_c_s
ssttiimmee() returns -1 on error, zero otherwise.
