fix formatting of timezone in iso timestamps
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 26 Apr 2019 07:40:39 +0000 (09:40 +0200)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 26 Apr 2019 08:02:59 +0000 (10:02 +0200)
commita71d41c613ec169178b737c2822fd54e9dfef60b
tree6bec44e26d5f2222fbf307d78a675b5122a98392
parent8dce1f311ab575b549495ff29a296f0c2b068386
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