mirror of
https://gitea.com/gitea/tea.git
synced 2025-09-04 19:08:29 +02:00
print times in local timezone (#217)
dont resolve location ahead of time fixup! use local timezone for all printed times fixup! use local timezone for all printed times use local timezone for all printed times Co-authored-by: Norwin Roosen <git@nroo.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/217 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
@ -18,7 +18,7 @@ func PullDetails(pr *gitea.PullRequest) {
|
||||
pr.Title,
|
||||
pr.State,
|
||||
pr.Poster.UserName,
|
||||
pr.Created.Format("2006-01-02 15:04:05"),
|
||||
FormatTime(*pr.Created),
|
||||
pr.Body,
|
||||
))
|
||||
}
|
||||
|
Reference in New Issue
Block a user