### Description hello, I encountered an issue with the following code: ```php <?php echo (new DateTimeImmutable('first day of this year 00:00:00'))->format('Y-m-d H:i:s'); ``` Resulted in this output: ``` 2024-02-01 00:00:00 ``` But I expected this output instead: ``` 2024-01-01 00:00:00 ``` Thank you. ### PHP Version PHP 8.2.15 ### Operating System Ubuntu 22.04.3