The runtime system aborts with Monotonic time stepped backwards!
if it detects that the operating system’s monotonic time stepped backwards which should never happen. If it does, the clock is broken and cannot be used for time correction. If you disable time correction (+c false
), it wont use OS monotonic time and should not abort this way. You can read more about how this effects time in the runtime system here.
2 Likes