in reply to Re^2: Converting a date to a string and back
in thread Converting a date to a string and back
Thanks for this code - that makes it all a good deal clearer. So, if all you are after is the time difference in seconds, why not just use epoch times throughout? You could even save both the epoch time and the localtime-as-string in the file if you want the file times to be easily understood by a non-machine reader.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Converting a date to a string and back
by JonesyJones (Novice) on Jul 13, 2016 at 13:59 UTC |