1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

[PORT] Replace DateTime with DateUtils (gitea#32383)

(cherry picked from commit fec6b3d50072e48bb51c18c5c4ea682dc6319573)
This commit is contained in:
wxiaoguang 2024-11-02 12:08:28 +08:00 committed by Gusted
parent 20c0a2a381
commit f2eabf6308
No known key found for this signature in database
GPG key ID: FD821B732837125F
33 changed files with 76 additions and 46 deletions

View file

@ -212,7 +212,7 @@
{{if .Repository.ArchivedUnix.IsZero}}
{{ctx.Locale.Tr "repo.archive.title"}}
{{else}}
{{ctx.Locale.Tr "repo.archive.title_date" (DateTime "long" .Repository.ArchivedUnix)}}
{{ctx.Locale.Tr "repo.archive.title_date" (ctx.DateUtils.AbsoluteLong .Repository.ArchivedUnix)}}
{{end}}
</div>
{{end}}