We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecf83e commit a508c3cCopy full SHA for a508c3c
pod/perldelta.pod
@@ -368,6 +368,16 @@ manager will later use a regex to expand these into links.
368
369
XXX
370
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
381
=back
382
383
=head1 Known Problems
0 commit comments