### Description The following code: ```php echo (new IntlDateFormatter( 'fr_FR', IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'Europe/Paris', IntlDateFormatter::GREGORIAN, 'MMM YYYY' ))->format(new DateTime('2024-12-30')); <?php ``` Resulted in this output: ``` déc. 2025 ``` But I expected this output instead: ``` déc. 2024 ``` ### PHP Version 8.1.31 ### Operating System _No response_