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.
GCC 提供了宏__DATE__,并提供了__TIME__带有构建日期和时间的字符串常量。然而,他们似乎在 UTC 中给出时间。是否有一些宏可以获取本地时区的构建时间?
__DATE__
__TIME__