Added compiler directives to make the compile under both Visual C++ and GCC.
The function localtime() is considered unsafe by Visual C++, however, the safe version localtime_s() is not implemented in GCC.
Authored by: dbartok 2015-05-08
Parent: [r2]
Child: [r4]