time_t (C Time Type)

technical

Definition

The C programming language data type used to represent time, typically as seconds since the Unix epoch. Historically 32-bit signed, which causes the Year 2038 Problem; modern systems use 64-bit time_t.