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.
我有一个电话clock_gettime(CLOCK_REALTIME),它可以处理闰秒吗?如果不是,需要进行哪些更改?在 Solaris 上工作。
clock_gettime(CLOCK_REALTIME)
如果您的 Unix 系统与 NTP 同步,它很可能会处理闰秒。
有关更多信息,请参阅本文:NTP Leap Second。