修改为本地时间

This commit is contained in:
DESKTOP-45ANQ2C\unis 2025-01-03 15:56:02 +08:00
parent 45188820c4
commit 1926036653
1 changed files with 1 additions and 1 deletions

View File

@ -3441,7 +3441,7 @@ func init() {
LogType: v.LogType,
Remark: v.Remark,
BeforeCount: v.RestCount - v.Count,
GameEndTime: v.Time.Format(time.DateTime),
GameEndTime: v.Time.Local().Format(time.DateTime),
})
}