diff --git a/pkg/server/context.go b/pkg/server/context.go index 33411f4..bdb5aab 100644 --- a/pkg/server/context.go +++ b/pkg/server/context.go @@ -121,7 +121,7 @@ func (c *Context) Exec() { c.Data.Admin = c.Admin() c.Data.User = c.User() c.Data.Login = c.LoggedOn() - c.Data.Time = time.Since(c.Time).Nanoseconds() / 1e5 + c.Data.Time = time.Since(c.Time).Nanoseconds() / 1e6 if c.Data.Msg != "" { c.Status = http.StatusBadRequest