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

View File

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