Synopsis
#include <time.h>
typedef long time_t;
Description

The type time_t is a long type that represents the time in number of seconds since UTC 1/1/70, negative values indicate time before UTC 1/1/70.

See also

mktime, asctime