mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
44a9e6b484
This fixes the issue in https://wiki.php.net/rfc/datetime_and_daylight_saving_time#forward_transitions There is a period during transition to DST where a time (such as 02:30) does not exist. PHP already calculated the correct timestamp for this, but failed to "rounded forward" to the existing correct hour value.