Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有 gmtime_r 的预定义逆?mktime 将其转换为本地时间。我需要选择当前时区并手动更正吗?
使用该timegm()功能。
timegm()
在我的手册页 (OS X) 中,它与mktime. 在 Linux 上,它在SEE ALSO部分中列出。
mktime
SEE ALSO