diff --git a/app/frontend/templates/panel/activity_logs.html b/app/frontend/templates/panel/activity_logs.html index e3504ac2..b00addba 100644 --- a/app/frontend/templates/panel/activity_logs.html +++ b/app/frontend/templates/panel/activity_logs.html @@ -46,7 +46,7 @@ {{ row['user_name'] }} - {{ row['created'].strftime('%m-%d-%Y %H:%M:%S') }} + {{ row['created'].strftime('%Y-%m-%d %H:%M:%S') }} {{ row['log_msg'] }} {{ row['server_id'] }}