diff --git a/pkg/utils/dwelling.go b/pkg/utils/dwelling.go index 789e995..5e18eb2 100644 --- a/pkg/utils/dwelling.go +++ b/pkg/utils/dwelling.go @@ -27,7 +27,7 @@ func ToClientTimezone(t time.Time, r *http.Request) time.Time { return t.UTC() } return t.In(loc) - } else { - return t.UTC() } + + return t.UTC() }