Does REALTIME support hours in seconds?

I have a call like clock_gettime(CLOCK_REALTIME) , does it handle jumping seconds? If not, what changes are required? Work with Solaris.

+4
source share
1 answer

If your Unix system is synchronized with NTP, it is possible that it processes seconds of jump.

See this article for more information: NTP Leap Second .

+2
source

Source: https://habr.com/ru/post/1415306/


All Articles