rwadurian/backend/mpc-system/services/session-coordinator
hailin a22fc16313 fix(session-coordinator): 修复 FindExpired SQL 时区问题
- expires_at 存储为 UTC 时间
- 查询时使用 NOW() AT TIME ZONE 'UTC' 确保时区一致
- 避免因时区差异导致 session 过早被标记为过期

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 10:07:28 -08:00
..
adapters fix(session-coordinator): 修复 FindExpired SQL 时区问题 2025-12-29 10:07:28 -08:00
application debug(mpc-system): 添加 joinToken 调试日志 2025-12-29 05:55:46 -08:00
cmd/server feat(mpc-system): 完善 co_managed_keygen 流程并添加调试控制台 2025-12-29 05:32:40 -08:00
domain fix(co-managed-wallet): 修复向后兼容性问题并完善protobuf定义 2025-12-27 23:33:40 -08:00
infrastructure feat(mpc-system): integrate reliability mechanisms and enable party-driven architecture 2025-12-05 20:30:03 -08:00
Dockerfile chore(mpc-system): update Dockerfiles to Go 1.24 and fix line endings 2025-12-05 16:40:32 -08:00