1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2025-01-31 20:11:38 +01:00

Fix incorrect year returned by User::dateFormat() - closes #4443

This commit is contained in:
FreeScout 2024-12-30 22:02:57 -08:00
parent 095af77472
commit 978138df1a

View File

@ -552,6 +552,8 @@ class User extends Authenticatable
's' => 'ss',
'l' => 'cccc',
'O' => 'xx',
// https://stackoverflow.com/questions/59682843/php-intldateformatter-returns-incorrect-year
'Y' => 'y',
]);
// Remove dot from month name.