Subject: | Timezone related test failures (3.5) |
t/01-parse.t fails for some timezones, e.g. Europe/Berlin:
...
# Failed test 'Cisco ASA (Defaults)'
# at t/01-parse.t line 518.
# Structures begin differing at:
# $got->{date} = '2017-01-01'
# $expected->{date} = '2016-01-01'
...
Setting TZ=UTC makes the test pass.