# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #122702]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122702 >


This test was historical run only if the system timezone was the same
as the test; recent updates force a value for $*TZ, but this causes
several test failures, with results like:

not ok 25 - DateTime.local (from UTC, with leap second)

# Failed test 'DateTime.local (from UTC, with leap second)'
# at t/spec/S32-temporal/local.t line 1
# expected: '1998-12-31T18:59:60-0500'
#      got: '1998-12-31T19:59:60-0400'

There are more tests that expect the -0500 than just the failing ones,
so this file needs some review.

For now, fudging the failing tests.

-- 
Will "Coke" Coleda

Reply via email to