Removed blank line in ToClientTimezone func.
This commit is contained in:
parent
4f3993515a
commit
d3ffd01e0a
@ -28,6 +28,5 @@ func ToClientTimezone(t time.Time, r *http.Request) time.Time {
|
|||||||
}
|
}
|
||||||
return t.In(loc)
|
return t.In(loc)
|
||||||
}
|
}
|
||||||
|
|
||||||
return t.UTC()
|
return t.UTC()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user