I would like to store/save time in a file. That's no issue, BUT: What if a time zone changes? Or daylight time may differ.
How can I compare the saved time in a file with the current time? What if the time zone changes or daylight shifts.
Current time has to be always greater than saved time in order to continue with the program.
Thanks for any advice.