]> granicus.if.org Git - php/commit
Fix #79396: DateTime hour incorrect during DST jump forward
authorNate Brunette <nate.brunette@wheniwork.com>
Wed, 18 Mar 2020 20:04:46 +0000 (15:04 -0500)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 19 Mar 2020 07:50:34 +0000 (08:50 +0100)
commitd70058a139f3a45898e1f270c840fb64ea1a09f0
tree6d03d29a3ee2ec3a01bd1c744c7d371813e67f83
parentc00cce3229515eacdb1680f39132ed3ca09cc205
Fix #79396: DateTime hour incorrect during DST jump forward

When you attempt to set the time to a non-existent time occuring during
a DST jump forward, the hour does not move forward correctly.
NEWS
ext/date/php_date.c
ext/date/tests/bug79396-forward-transition-settime.phpt [new file with mode: 0644]