gpt4 book ai didi

特定时区的 C++ time_t 到 std::string

转载 作者:搜寻专家 更新时间:2023-10-31 00:45:50 25 4
gpt4 key购买 nike

在使用 C++ 的 Linux 环境中,我需要将 time_t 值转换为表示各个时区的英文字符串。例如1305750080 -> “2011-05-18 13:21:20 PST”。我可以结合使用 gmtime() 或 localtime() 和 strftime() 为 GMT 和我的本地时区生成字符串。我将如何选择其他时区?

最佳答案

gmtime() reference link here有一个示例显示了应用时区偏移量的一种非常简单的方法。当然,您可以创建一个带有枚举或其他东西的类,然后想出一些更好的东西。

或者 boost::date_time有一个相当广泛的实现,适用于 linux 和 windows。

关于特定时区的 C++ time_t 到 std::string,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6050605/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com