Is there a reason you didn't just change the gmtime_r() in the 's'
case to localtime_r()?  That seems like the simplest fix.  Using
strtol() for what may be a 64-bit value on an 32-bit system looks
wrong.

 - todd

Reply via email to