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:
parent
095af77472
commit
978138df1a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user