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> |
||
|---|---|---|
| .. | ||
| src | ||
| auto-imports.d.ts | ||
| components.d.ts | ||
| index.html | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.d.ts | ||
| vite.config.ts | ||