fix formatting of timezone in iso timestamps
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 26 Apr 2019 07:40:39 +0000 (09:40 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 1 Aug 2024 12:55:33 +0000 (14:55 +0200)
commit310af20b08b9763186fb2e43234f73f9ac033d7e
treec90a325f9a7c3abf1dead720184d5e3698ddf26f
parentfd3a4c21c402dca21354f871cca0a11e19070ddd
fix formatting of timezone in iso timestamps

The `Z' indicates UTC and has no place in timestamps with an
explicit offset.
src/timefunc.cpp
test/test_timefunc.cpp