Commit Graph

1 Commits (3bb6ce8827b71ae1dcfde4a7836fb6c636fb5a67)

Author SHA1 Message Date
rubidium42 aa5a8fe28a Codechange: use thread safe time functions
Functions like localtime, gmtime and asctime are not thread safe as they (might) reuse the same buffer. So use the safer _s/_r variant for localtime and gmtime, and use strftime in favour of asctime.
3 years ago