Subject: | Timezone-related test failures |
On some of my smoker boxes the test suite fails:
...
# Failed test 'New Years Conversion Test.'
# at t/01dates.t line 15.
# got: '0'
# expected: '1'
# Failed test 'New Years ReConversion Test.'
# at t/01dates.t line 19.
# got: '0'
# expected: '1'
# Looks like you failed 2 tests of 3.
t/01dates.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests
...
This seems to be the case if the timezone is set to Europe/Berlin. If I set TZ=UTC on these boxes, then the test suite passes.