time
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <time.h> 中定义
|
||
目录 |
[编辑] 参数
time | - |
[编辑] 返回值
当前日历时间编码的为成功,time_t错误(time_t)(-1)对象。如果该参数不NULL,返回值是存储在参数所指向的对象的值相等.
[编辑] 注释
日历时间的编码time_t是不确定的,但大多数系统符合POSIX specification和返回值的纪元以来的秒数的整数类型。实现time_t是一个32位有符号整数(许多历史实现)未能在2038年.
原文:
The encoding of calendar time in time_t is unspecified, but most systems conform to POSIX specification and return a value of integral type holding the number of seconds since the Epoch. Implementations in which time_t is a 32-bit signed integer (many historical implementations) fail in the year 2038.
[编辑] 示例
本章尚未完成 原因:暂无示例 |
[编辑] 另请参阅
因为时代的日历时间转换时间为本地时间表示 原文: 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
|