0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-21 21:11:33 +01:00
gitea/modules/httpcache
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
..
httpcache.go Fix wrong last modify time (#32102) (#32104) 2024-09-22 19:12:57 +00:00
httpcache_test.go Use standard HTTP library to serve files (#24693) 2023-05-13 16:04:57 +02:00