mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2026-03-07 06:15:10 +00:00
fix(cursor_win_id_modifier): 修复 firstSessionDate 时间格式问题 - 使用 UTC 时间生成/规范化 firstSessionDate,避免本地时间却带 Z 的语义错误 - 兼容 ConvertFrom-Json 可能返回 DateTime 类型的情况 - 在所有场景下都使用 ToUniversalTime() 确保时间格式的一致性 ```