16337 4ebded3385 fix: 统一告警resolve事件的时间戳格式
问题描述:
- 告警结束时间使用 isoformat() 包含微秒
- 导致前端显示格式不一致(2026-02-12T14:23:42.331566)

修改内容:
- algorithms.py (2处)
  - 非工作时间resolve事件(line 135)
  - 人员回岗resolve事件(line 233)
  - 使用 strftime('%Y-%m-%d %H:%M:%S') 替代 isoformat()

影响范围:
- 告警resolve事件上报格式
- 与service端时间戳格式保持一致

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-12 14:57:22 +08:00
2026-02-02 14:49:47 +08:00
Description
边缘推理层
37 MiB
Languages
Python 100%