in reply to Re^3: Converting a date to a string and back
in thread Converting a date to a string and back

Using an epoch time is a good idea. I need localtime for other things (log file suffices), so I will keep that around as you suggested.

The epoch time in the file could be confusing to the support staff. I guess I could tell them to ignore it.

Thanks for your help!

  • Comment on Re^4: Converting a date to a string and back