add precautions for old glibc
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 26 Apr 2019 08:44:02 +0000 (10:44 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 1 Aug 2024 12:55:33 +0000 (14:55 +0200)
commitda19aac034a396f6c6acbf84532fabc995190586
tree91e7af04321cfa43b3946d6afaf053e25b621abb
parent43bf25e0bebe8a3413a6969b8639857834587ad7
add precautions for old glibc

The glibc 2.17 currently being used on the Intranator lacks two
commits from 2015 which implement correct handling of ISO8601
timezone specifications. This causes timestamp parsing to fail
where the `Z' suffix is used to indicate UTC, so comment out
the respective tests.
test/test_timefunc.cpp