add precautions for old glibc
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 26 Apr 2019 08:44:02 +0000 (10:44 +0200)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 26 Apr 2019 14:29:43 +0000 (16:29 +0200)
commit78e6a1b254cc69dc9a1949a58b26df9f464bdbfa
tree6ac4117a3c5692e673db92fdcfe79eedcacefe7f
parent52554fd10f66af6c2118babc6e63b14163e5ef65
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