Say I have a code that uses a clock to generate identifiers. Or I have code that calculates the time elapsed since the event occurred. Or any other logic that expects system time to only move forward, not backward. If time moves backward, and the program notices this, let's say that it crashes or freezes.
I would like to use the NTP service with such programs. Is there a way that NTP can be configured so that it never sets the time back? Slowing down the system clock will be wonderful.
Thus, the second may be longer or shorter, but the system time should never move backward.
ntp
someone else
source share