diff --git a/Common.py b/Common.py
index 4628cfc..ee5f0d0 100644
--- a/Common.py
+++ b/Common.py
@@ -98,7 +98,7 @@ def getCurrentStatus():
         "cpu": psutil.cpu_percent(),
         "outSpeed": parseSize(_outSpeed),
         "inSpeed": parseSize(_inSpeed),
-        "doCleanTime": doCleanTime,
+        "doCleanTime": datetime.strftime(doCleanTime, dt_format),
         "fileExpire": config["exp"],
     }