stime - set system time and date
#include <unistd.h> int stime(const time_t *tp);
The stime() function sets the system's idea of the time and date. The tp argument points to the value of time as measured in seconds from 00:00:00 UTC January 1, 1970.
Upon successful completion, 0 is returned. Otherwise, -1 is returned and errno is set to indicate the error.
The stime() function will fail if:
EINVAL
EPERM
time(2), privileges(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |