You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some machines (FreeBSD 9+10, CentOS7, Debian/wheezy) the test suite fails (timezone is set here to Europe/Berlin):
# Failed test '->localtime(1492955676) constructor gave correct hour'
# at t/10-constructors.t line 160.
# got: '13'
# expected: '15'
# Looks like you failed 1 test of 72.
t/10-constructors.t ....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/72 subtests
It seems that I can workaround the problem by setting TZ=UTC.
The text was updated successfully, but these errors were encountered:
On some machines (FreeBSD 9+10, CentOS7, Debian/wheezy) the test suite fails (timezone is set here to Europe/Berlin):
It seems that I can workaround the problem by setting TZ=UTC.
The text was updated successfully, but these errors were encountered: