chore: update auditlog timestamp format (#7128)

This commit is contained in:
Vishnu Narayanan 2023-05-22 17:08:50 +05:30 committed by GitHub
parent 958c0d7946
commit 68dedc37ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,12 @@
{{ auditLogItem.remote_address }}
</td>
<td class="wrap-break-words">
{{ dynamicTime(auditLogItem.created_at) }}
{{
messageTimestamp(
auditLogItem.created_at,
'MMM dd, yyyy hh:mm a'
)
}}
</td>
</tr>
</tbody>