GPG signed commits incorrectly listed as invalid #4921

Closed
opened 2025-11-02 06:07:25 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @zeripath on GitHub (Feb 22, 2020).

  • 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

Originally created by @zeripath on GitHub (Feb 22, 2020). - 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
GiteaMirror added the type/bug label 2025-11-02 06:07:25 -06:00
Author
Owner

@zeripath commented on GitHub (Feb 22, 2020):

A likely workaround would be to run your server in the UTC TZ.

@zeripath commented on GitHub (Feb 22, 2020): A likely workaround would be to run your server in the UTC TZ.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4921