0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-21 21:51:33 +01:00
gitea/modules/httplib
Giteabot af0cab23ea
Fix wrong last modify time (#32102) (#32104)
Backport #32102 by @lunny

Fix #31930 and more places which use `http.TimeFormat` wrongly.
`http.TimeFormat` requires a UTC time. refer to
https://pkg.go.dev/net/http#TimeFormat

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-09-22 19:12:57 +00:00
..
request.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
serve.go Fix wrong last modify time (#32102) (#32104) 2024-09-22 19:12:57 +00:00
serve_test.go Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
url.go Fix duplicate sub-path for avatars (#31365) (#31368) 2024-06-15 03:44:44 +00:00
url_test.go Fix duplicate sub-path for avatars (#31365) (#31368) 2024-06-15 03:44:44 +00:00