change date formatting on audit log for better date sorting

This commit is contained in:
Andrew 2022-01-12 23:34:52 -05:00
parent 20a69b1e0d
commit 6ad2075b5a

View File

@ -46,7 +46,7 @@
<tr>
<td>{{ row['user_name'] }}</td>
<td>
{{ row['created'].strftime('%m-%d-%Y %H:%M:%S') }}
{{ row['created'].strftime('%Y-%m-%d %H:%M:%S') }}
</td>
<td>{{ row['log_msg'] }}</td>
<td>{{ row['server_id'] }}</td>