Skip to content

Commit 7e46b18

Browse files
committed
perldelta for GH Perl#23878
1 parent dc9cd06 commit 7e46b18

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pod/perldelta.pod

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,16 @@ the first branch would correctly autovivify C<$h{foo}> to an array ref,
396396
but the second branch might incorrectly autovivify C<$h{bar}> to a hash
397397
ref. [GH #18669].
398398

399+
=item *
400+
401+
Perl 5.42.0 does not handle the transition to/from daylight savings time
402+
properly. The time and/or timezone can be off by an hour in the
403+
intervals surrounding such transitions. This is a regression from
404+
earlier releases, and is now fixed. This bug was evident from perl
405+
space in the L<POSIX/strftime> function, and in XS code with any of
406+
L<perlapi/my_strftime>, L<perlapi/sv_strftime_ints>, or
407+
L<perlapi/sv_strftime_tm>.
408+
399409
=back
400410

401411
=head1 Known Problems

0 commit comments

Comments
 (0)