std::time_t
STD:时间[医]T型
Defined in header | | |
---|---|---|
typedef /* unspecified */ time_t; | | |
能够表示时间的算术类型。
虽然没有定义,但这个值几乎总是包含自1970年1月1日协调世界时00:00以来不计算闰秒的秒数28%29的整数,对应于POSIX时间...
另见
time | returns the current time of the system as time since epoch (function) |
---|---|
localtime | converts time since epoch to calendar time expressed as local time (function) |
gmtime | converts time since epoch to calendar time expressed as Universal Coordinated Time (function) |
c时间文件[医]T型
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。