Switched from std C time functions (gmtime, localtime, and ctime) to reentrant
variants (gmtime_r, localtime_r, and ctime_r) for thread-safe operation on Unix
Showing
variants (gmtime_r, localtime_r, and ctime_r) for thread-safe operation on Unix