# New Ticket Created by Carlin Bingham # Please include the string: [perl #122319] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=122319 >
The tests at the bottom of S32-temporal/local.t are skipped on systems where the timezone is not New York or there is no /etc/timezone file. Therefore these tests are not run on non-Unixy systems, or Unixy systems that don't use /etc/timezone (eg. not all Linux distros use that). And even on systems that do work this way, they will be skipped unless its in a specific timezone. After doing the appropriate prodding to make them run they appear to be failing. I'd posit they have been failing for a while but have gone unnoticed since they are skipped on most systems.