|
time(3) -- get time of day
|
The time() function returns the value of time in seconds since 0 hours, 0 minutes, 0 seconds, January 1, 1970, Coordinated Universal Time. If an error occurs, time() returns the value (time_t)-1. The ... |
time2posix(3) -- convert seconds since the Epoch
|
IEEE Std 1003.1-1988 (``POSIX.1'') legislates that a time_t value of 536457599 shall correspond to "Wed Dec 31 23:59:59 GMT 1986." This effectively implies that POSIX time_t's cannot include leap... |
timegm(3) -- transform binary date and time values
|
The functions ctime(), gmtime() and localtime() all take as an argument a time value representing the time in seconds since the Epoch (00:00:00 UTC, January 1, 1970; see time(3)). The function localti... |
timeout(3) -- curses input options
|
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro... |
timeradd(3) -- operations on timevals
|
These macros are provided for manipulating timeval structures for use with the gettimeofday(2) and settimeofday(2) calls. The structure is defined in as: struct timeval { long tv_sec; /* ... |
timerclear(3) -- operations on timevals
|
These macros are provided for manipulating timeval structures for use with the gettimeofday(2) and settimeofday(2) calls. The structure is defined in as: struct timeval { long tv_sec; /* ... |
timercmp(3) -- operations on timevals
|
These macros are provided for manipulating timeval structures for use with the gettimeofday(2) and settimeofday(2) calls. The structure is defined in as: struct timeval { long tv_sec; /* ... |
timerisset(3) -- operations on timevals
|
These macros are provided for manipulating timeval structures for use with the gettimeofday(2) and settimeofday(2) calls. The structure is defined in as: struct timeval { long tv_sec; /* ... |
timersub(3) -- operations on timevals
|
These macros are provided for manipulating timeval structures for use with the gettimeofday(2) and settimeofday(2) calls. The structure is defined in as: struct timeval { long tv_sec; /* ... |
times(3) -- process times
|
This interface is obsoleted by getrusage(2) and gettimeofday(2). The times() function returns the value of time in CLK_TCK's of a second since 0 hours, 0 minutes, 0 seconds, January 1, 1970, Coordina... |
timezone(3) -- return the timezone abbreviation
|
This interface is for compatibility only; it is impossible to reliably map timezone's arguments to a time zone abbreviation. See ctime(3). The timezone() function returns a pointer to a time zone abb... |
tmpfile(3) -- temporary file routines
|
The tmpfile() function returns a pointer to a stream associated with a file descriptor returned by the routine mkstemp(3). The created file is unlinked before tmpfile() returns, causing the file to be... |
tmpnam(3) -- temporary file routines
|
The tmpfile() function returns a pointer to a stream associated with a file descriptor returned by the routine mkstemp(3). The created file is unlinked before tmpfile() returns, causing the file to be... |