Description
Today is September 18th. The following code:
<?php
date_default_timezone_set('Europe/Madrid');
echo date('Y-m-d',strtotime('1959'));
Resulted in this output:
But I expected this output instead:
If you use 1960 and following years, it works as expected.
PHP Version
PHP 8.3.10
Operating System
No response