Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
According to posix, localtime and gmtime are required to return the same pointer. The implementation is a static glocal struct in glibc's time/localtime. Use localtime_r instead.
- Loading branch information