Skip to content

Commit

Permalink
Merge pull request #5198 from auwaerter/8.3
Browse files Browse the repository at this point in the history
BUGFIX: Changed from hardcoded date format to user-localized format.
  • Loading branch information
bwaidelich authored Aug 9, 2024
2 parents 5d2c2dd + 3135d2f commit 2ea60ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</td>
<td>
<f:for each="{user.accounts}" as="account">
<f:format.date format="Y-m-d H:i:s">{account.lastSuccessfulAuthenticationDate}</f:format.date>
<f:format.date localeFormatType="dateTime" localeFormatLength="medium" forceLocale="{neos:backend.interfaceLanguage()}">{account.lastSuccessfulAuthenticationDate}</f:format.date>
</f:for>
</td>
<td class="neos-action">
Expand Down

0 comments on commit 2ea60ed

Please sign in to comment.