diff --git a/pkg/utils/dwelling.go b/pkg/utils/dwelling.go index 5e18eb2..23f178b 100644 --- a/pkg/utils/dwelling.go +++ b/pkg/utils/dwelling.go @@ -28,6 +28,5 @@ func ToClientTimezone(t time.Time, r *http.Request) time.Time { } return t.In(loc) } - return t.UTC() }