Skip to content

Commit 4697edf

Browse files
committed
move^D
1 parent 417e3aa commit 4697edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/POSIX/t/time.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ SKIP: { # GH #23878: test that dst spring forward works properly; use a
266266
# locale that MS narcissism should be able to handle
267267
my $skip_count = 9;
268268
skip "No mktime()", $skip_count if $Config{d_mktime} ne 'define';
269-
$^D |= 0x04000000|0x00100000 ;
270269
my $locale = "PST8PDT";
271270
$ENV{TZ} = $locale;
272271
print STDERR __FILE__, ": ", __LINE__, ": about to call tzset\n";
@@ -297,6 +296,7 @@ SKIP: { # GH #23878: test that dst spring forward works properly; use a
297296
[ 7200, "2025-03-09 04:00:00-0700", "Chg +1 hr" ],
298297
[ 7201, "2025-03-09 04:00:01-0700", "Chg +1 hr, 1 sec" ],
299298
);
299+
$^D |= 0x04000000|0x00100000 ;
300300
for (my $i = 0; $i < @spring; $i++) {
301301
print STDERR __FILE__, ": ", __LINE__, ": calling strftime with\n", Dumper $spring[$i], localtime $t + $spring[$i][0];
302302
is(POSIX::strftime("%F %T%z", localtime $t + $spring[$i][0]),

0 commit comments

Comments
 (0)