- Gitea version (or commit ref): master - Git version: - Operating system: linux ## Description Go-Git incorrectly reads dates on which could be within the local timezone. An example being that a commit with date: ``` 1579639200 +0100 ``` Within the UK will be incorrectly parsed and re-represented as: ``` 1579639200 +0000 ``` A fix has been pushed to go-git as https://github.com/src-d/go-git/pull/1291