修改为本地时间
This commit is contained in:
parent
45188820c4
commit
1926036653
|
@ -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),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue