c++ - gmtime() 和 mktime() 中的 gm 和 mk 代表什么?

标签 c++ linux naming-conventions

我尝试在线搜索,但很难找到任何相关答案,因为结果页面被 mk/gmtime 函数文档淹没。

最佳答案

gmtime -GMT (UTC)时间

Greenwich Mean Time (GMT) originally referred to the mean solar time at the Royal Observatory in Greenwich, London, which later became adopted as a global time standard. It is for the most part the same as Coordinated Universal Time (UTC)

mktime - 腾出时间

convert broken-down time into time since the Epoc

关于c++ - gmtime() 和 mktime() 中的 gm 和 mk 代表什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25537271/

相关文章:

linux - Bash - 一些命令不能正确显示引号

c# - 你在 C# 中使用什么命名约定?

c# - 可以成功/失败的操作——返回类型和命名约定

java - 声明不必要的较大数据类型、变量类型及其性能

c++ - 测试子类是否覆盖基类中的虚函数

c++ - For vs While 用于查找链表中的最后一项

c - Gtk2 在 64 位机器上崩溃,但在 32 位机器上工作正常

linux - 如何在 Linux 系统上安全地重新配置 gcc?

Objective-C:C 宏命名约定

C++设计模式帮助;具有私有(private)访问权限的抽象类?