diff --git a/blueprints/auth.py b/blueprints/auth.py index fdbe117..140f363 100644 --- a/blueprints/auth.py +++ b/blueprints/auth.py @@ -421,7 +421,7 @@ def get_logs(): for log in pagination.items: logs_data.append({ "id": log.id, - "time": log.created_at.strftime('%Y-%m-%d %H:%M:%S'), + "time": log.created_at_bj.strftime('%Y-%m-%d %H:%M:%S'), "level": log.level, "message": log.message, "module": log.module,