Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 9964156a546f7ceba8e4d5d1c01ea6a0ffac48b5
https://github.com/Perl/perl5/commit/9964156a546f7ceba8e4d5d1c01ea6a0ffac48b5
Author: Craig A. Berry <[email protected]>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M ext/POSIX/t/time.t
Log Message:
-----------
POSIX/t/time.t fixups for VMS and tzset check
The new tests for DST changes added in ecba154a518b40 were using
tzset without checking for its presence, so check that.
It turns out tzset() has been available on VMS for some time, so
it can be removed from the list of places that don't have it.
But mktime() on VMS does not set tm_zone or tm_gmtoff, so we don't
get those values when we call mktime() in locale.c:S_ints_to_tm.
Mark the relevant tests as TODO on VMS.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications