在线文档教程
C++
应用 | Utilities

std::time_t

STD:时间[医]T型

Defined in header
typedef /* unspecified */ time_t;

能够表示时间的算术类型。

虽然没有定义,但这个值几乎总是包含自1970年1月1日协调世界时00:00以来不计算闰秒的秒数28%29的整数,对应于POSIX时间...

另见

timereturns the current time of the system as time since epoch (function)
localtimeconverts time since epoch to calendar time expressed as local time (function)
gmtimeconverts time since epoch to calendar time expressed as Universal Coordinated Time (function)

c时间文件[医]T型

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/crono/c/time[医]T型