api重试间隔由0.1改为0.5

修改任务结束后向服务器发送的日期格式
This commit is contained in:
2026-02-25 09:43:01 +08:00
parent 6a002240cf
commit 95ae2c864a
5 changed files with 48 additions and 36 deletions
+1 -1
View File
@@ -746,7 +746,7 @@ class CommonModule:
run_time_sec = int(run_time.total_seconds())
# 5. 格式化时间为 UTC 的 ISO 8601 格式(带 "Z"
today_utc = end_time_utc.strftime("%Y-%m-%d")
today_utc = end_time_utc.strftime("%Y-%m-%dT%H:%M:%SZ")
task_end_iso = end_time_utc.strftime("%Y-%m-%dT%H:%M:%SZ")
task_start_iso = task_start_utc.strftime("%Y-%m-%dT%H:%M:%SZ")