Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use thread-safe version of localtime (#2503)
`std::localtime` isn't guaranteed to be thead-safe, since it relies on a globally defined buffer. We use variants based on local variables instead.
- Loading branch information