Fix the locking of gmtime()
authorFabian Keil <fk@fabiankeil.de>
Sun, 7 Jun 2020 15:21:16 +0000 (17:21 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 8 Jun 2020 13:34:36 +0000 (15:34 +0200)
commit54debef090db214715953499571b8d7ec77980db
tree57cf0154bc4360000ee930ad4ae8ccf8af51bf2d
parentb765c85f842fb50171fff08b87e6b0400559a476
Fix the locking of gmtime()

Previously we were only locking the actual gmtime()
call while we should keep the lock until the returned
pointer is no longer being used.
parsers.c