cmd/golink: force UTC

This commit is contained in:
Brad Fitzpatrick
2022-06-01 19:19:37 -07:00
committed by Will Norris
parent f6ed6a49e7
commit f9c85e6b51
+1 -1
View File
@@ -206,7 +206,7 @@ func serveSave(w http.ResponseWriter, r *http.Request) {
return
}
now := time.Now()
now := time.Now().UTC()
if dl == nil {
dl = &DiskLink{
Short: short,