fix(service-monitor): 所有时间戳统一使用北京时区
_now() 和 _run_job_body 中的 datetime.now() 改为
datetime.now(SHANGHAI_TZ),确保 last_run_at / created_at
等字段显示北京时间而非服务器 UTC 时间。
Co-Authored-By:
Claude <noreply@anthropic.com>
正在显示
请
注册
或者
登录
后发表评论
_now() 和 _run_job_body 中的 datetime.now() 改为
datetime.now(SHANGHAI_TZ),确保 last_run_at / created_at
等字段显示北京时间而非服务器 UTC 时间。
Co-Authored-By:
Claude <noreply@anthropic.com>