Merge branch 'dev_login' of git.pogorockgames.com:mango-games/server/game into dev_login

This commit is contained in:
sk 2025-01-03 17:20:39 +08:00
commit 317729900a
1 changed files with 1 additions and 1 deletions

View File

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