I am trying to get the number of seconds since some fixed points cannot be manipulated. Meaning, if the user changed OS date and time, it would still give me the true absolute number of seconds between the fixed time point and the moment of executing the code lines, I've tried chrono::steady_clock
, but it seems to be affected by the changes in the OS clock.
Regardless Runtime, Accuracy, or Resolution.