1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-26 12:18:36 +00:00

Replace DateTime with DateUtils (#32383)

This commit is contained in:
wxiaoguang
2024-11-02 12:08:28 +08:00
committed by GitHub
parent 7dcccc3bb1
commit fec6b3d500
33 changed files with 73 additions and 37 deletions

View File

@@ -18,7 +18,7 @@
{{else if .Location}}
{{svg "octicon-location"}} {{.Location}}
{{else}}
{{svg "octicon-calendar"}} {{ctx.Locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix)}}
{{svg "octicon-calendar"}} {{ctx.Locale.Tr "user.joined_on" (ctx.DateUtils.AbsoluteShort .CreatedUnix)}}
{{end}}
</div>
</li>