Hi! Is there a way to fix the system time?
This would be useful in order to compare against dynamically generated timestamps which are not predictable.
Hi! Is there a way to fix the system time?
This would be useful in order to compare against dynamically generated timestamps which are not predictable.
Hi Frank,
I guess you could use the Run command to execute an OS command to set the date and time to a specific value every time, but you will probably also need to disable any NTP settings in the OS or the time will get “corrected”.
remember “timestamps” are seconds since epoch so just changing the time is not enough, you need to change the date as well.
I also urge caution with this kind of approach:
There is plenty to contemplate, hope this was helpful,
Dave.