diff --git a/app.py b/app.py index 1c31272..d3da61f 100755 --- a/app.py +++ b/app.py @@ -363,7 +363,7 @@ def handle_request_initial_data(): rows = a.return_file_access() connections = [ { - 'timestamp': row[0], + 'timestamp': datetime.strptime(row[0], '%Y-%m-%dT%H:%M:%S.%f').strftime('%d.%m.%Y %H:%M:%S'), 'full_path': row[1], 'ip_address': row[2], 'user_agent': row[3]