Namespaces
Variants
Views
Actions

std::time_t

From cppreference.com
< cpp‎ | chrono‎ | c
Revision as of 06:27, 9 December 2011 by P12 (Talk | contribs)

Template:cpp/chrono/c/sidebar

Defined in header <ctime>
typedef /* unspecified */ time_t;

Arithmetic type capable of representing times.

Although not defined, this is almost always a integral value holding the number of seconds since 00:00, Jan 1 1970 UTC, corresponding to POSIX time.

See also

Template:cpp/chrono/c/dcl list timeTemplate:cpp/chrono/c/dcl list localtimeTemplate:cpp/chrono/c/dcl list gmtime