Skip to content

Commit a508c3c

Browse files
committed
perldelta for GH #23878
1 parent 1ecf83e commit a508c3c

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
@@ -368,6 +368,16 @@ manager will later use a regex to expand these into links.
368368

369369
XXX
370370

371+
=item *
372+
373+
Perl 5.42.0 does not handle the transition to/from daylight savings time
374+
properly. The time and/or timezone can be off by an hour in the
375+
intervals surrounding such transitions. This is a regression from
376+
earlier releases, and is now fixed. This bug was evident from perl
377+
space in the L<POSIX/strftime> function, and in XS code with any of
378+
L<perlapi/my_strftime>, L<perlapi/sv_strftime_ints>, or
379+
L<perlapi/sv_strftime_tm>.
380+
371381
=back
372382

373383
=head1 Known Problems

0 commit comments

Comments
 (0)