You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The date uses utc, but the calculated time was entered correctly.
However, last-modified is the correct time, but the timezone is specified as utc.
The same goes for the if-modified-since header in request.
The current time is 2024-08-28T04:24:31.699596+00:00,
so the last modified time of Wed, 28 Aug 2024 13:08:50 GMT is obviously wrong.
Uh oh!
There was an error while loading. Please reload this page.
Description
The
date
usesutc
, but the calculated time was entered correctly.However,
last-modified
is the correct time, but the timezone is specified asutc
.The same goes for the
if-modified-since
header inrequest
.The current time is
2024-08-28T04:24:31.699596+00:00
,so the last modified time of
Wed, 28 Aug 2024 13:08:50 GMT
is obviously wrong.Gitea Version
1.22.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
url:
https://<some domain>/<owner>/<repo>/src/branch/main/<sub paths...>/<some file>
url:
https://<some domain>/<owner>/<repo>/raw/branch/main/<sub paths...>/<some file>
Git Version
No response
Operating System
No response
How are you running Gitea?
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: