time_t
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <time.h> 中定义
|
||
typedef /* unspecified */ time_t; |
||
算术类型可以表示时间.
原文:
Arithmetic type capable of representing times.
虽然没有定义,这是几乎始终是一个不可分割的值保持00:00,1970年1月1日UTC以来的秒数,对应的POSIX时间
原文:
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时间.
[编辑] 另请参阅
返回当前时间的划时代的时间,因为系统 原文: returns the current time of the system as time since epoch (函数) | |
因为时代的日历时间转换时间为本地时间表示 原文: converts time since epoch to calendar time expressed as local time (函数) | |
转换的时间,因为时代的日历时间为协调世界时表示 原文: converts time since epoch to calendar time expressed as Universal Coordinated Time (函数) | |
C++ documentation for time_t
|