Skip to content

Commit

Permalink
Get rid of std::localtime
Browse files Browse the repository at this point in the history
`std::localtime` is not thread safe and should be avoided, so I created
thread safe version of it (at least on most platforms).
  • Loading branch information
RauliL committed Jun 7, 2024
1 parent 350da56 commit d36772a
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 192 deletions.
Loading

0 comments on commit d36772a

Please sign in to comment.