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.
我正在寻找一个跨平台库来解析和输出正负 64 位时间戳的文本日期/时间。
有这样的图书馆吗?Boost 有大量开销,我宁愿不包括模板等。是否有更轻量级的替代方案可用?
我能找到适合我需要的最好的可以在这里找到:
http://www.2038bug.com/pivotal_gmtime_r.c.html
在消除 localtime 函数后,这在 VC++ 中构建并允许 64 位时间戳,包括正数和负数。我还没有测试日期超过 2038 年的 strftime,但现在这将解决我的问题。