gpt4 book ai didi

c++ - 为什么我们用boost::posix_time::ptime减去unix纪元得到time_t

转载 作者:行者123 更新时间:2023-11-28 02:46:42 26 4
gpt4 key购买 nike

有人能解释一下为什么我们需要从 boost::posix_time::ptime 中减去 boost::gregorian::date(1970,1,1) 以获得 POSIX 时间符号(即自 1970,1 以来的微秒, 1 个午夜 UTC 时区)

例如这个链接提供了明确的说明,但没有说明原因:

How do I convert boost::posix_time::ptime to time_t?

谢谢

最佳答案

因为您要将日期转换为时间

来自Boost documentation :

Posix 时间

Defines a non-adjusted time system with nano-second/micro-second resolution and stable calculation properties [...] This time system uses the Gregorian calendar to implement the date portion of the time representation.

因此 boost::posix_time::p_time 不仅仅是纪元时间(例如 time() 返回的时间),而是 日期和时间,自公历开始以来(显然)表示。

因此,如果您想要 Posix 纪元时间(从 1970 年 1 月 1 日午夜 UTC 时区开始),您需要减去所有这些年份。

关于c++ - 为什么我们用boost::posix_time::ptime减去unix纪元得到time_t,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24193719/

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