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
Gitea API response send date in ISO8601 format with timezone informations (Z, UTC+1, UTC-2, ...).
SourceGitea don't take account of the date format and considers that commits date coming from Gitea API response are in UTC timezone leading to timezone offset in bug view page :
Originally reported by @pfrancois-ACX in #416 - see discussions there for further details.