XuqmGroup-Web/ops-platform
XuqmGroup cfe8d19da9 fix: 修正服务端 UTC LocalDateTime 在浏览器中的解析偏差
Jackson 配置 time-zone: UTC,LocalDateTime 序列化为不含时区后缀的
ISO 字符串(如 "2026-05-21T14:30:00")。浏览器将此类字符串视为本地
时间,导致非中国时区或非 UTC+8 环境出现 8 小时偏差。
修复:formatTime 对无时区后缀的 ISO 字符串补充 'Z',确保按 UTC 解析
后再转换为北京时间。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 16:49:55 +08:00
..
src fix: 修正服务端 UTC LocalDateTime 在浏览器中的解析偏差 2026-05-21 16:49:55 +08:00
auto-imports.d.ts feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
components.d.ts docs: fix version numbers, add license SDK docs; fix service gating reactivity 2026-05-16 02:23:57 +08:00
env.d.ts feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
index.html chore: initial commit 2026-04-21 22:07:29 +08:00
package.json feat(sdk): 更新 SDK 设计文档和 API 重构 2026-05-01 21:27:39 +08:00
tsconfig.app.json feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
tsconfig.json chore: initial commit 2026-04-21 22:07:29 +08:00
tsconfig.node.json feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
vite.config.d.ts feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
vite.config.ts docs(deploy): 添加完整的部署文档和配置示例 2026-05-09 14:53:43 +08:00