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 a CentOS6 system where /etc/localtime is missing I see test failures:
Cannot determine local time zone
# Failed test at t/02_timezone.t line 41.
# got: ''
# expected: '1388571825 -32400'
Cannot determine local time zone
# Failed test at t/02_timezone.t line 42.
# got: ''
# expected: '1388507025 32400'
# Looks like you failed 2 tests of 2.
# Failed test 'detect offset from date time string'
# at t/02_timezone.t line 43.
# Looks like you failed 1 test of 5.
t/02_timezone.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
Things work if the TZ environment variable is set (e.g. to UTC).
On a CentOS6 system where /etc/localtime is missing I see test failures:
Things work if the
TZ
environment variable is set (e.g. toUTC
).Probably this depends on houseabsolute/DateTime-TimeZone#21
The text was updated successfully, but these errors were encountered: