]> source.dussan.org Git - gitea.git/commit
Replace DateTime with DateUtils (#32383)
authorwxiaoguang <wxiaoguang@gmail.com>
Sat, 2 Nov 2024 04:08:28 +0000 (12:08 +0800)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2024 04:08:28 +0000 (04:08 +0000)
commitfec6b3d50072e48bb51c18c5c4ea682dc6319573
treea2a90692cb4c91ea10ecc85d39b5c582e2af0b25
parent7dcccc3bb19655a6f83dd495ffc332708d0c8678
Replace DateTime with DateUtils (#32383)
33 files changed:
modules/templates/helper.go
modules/templates/util_date.go [new file with mode: 0644]
routers/web/repo/activity.go
services/context/context.go
templates/admin/auth/list.tmpl
templates/admin/cron.tmpl
templates/admin/notice.tmpl
templates/admin/org/list.tmpl
templates/admin/packages/list.tmpl
templates/admin/repo/list.tmpl
templates/admin/user/list.tmpl
templates/explore/user_list.tmpl
templates/package/shared/cleanup_rules/preview.tmpl
templates/package/view.tmpl
templates/repo/diff/compare.tmpl
templates/repo/empty.tmpl
templates/repo/graph/commits.tmpl
templates/repo/home.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/pulse.tmpl
templates/repo/settings/deploy_keys.tmpl
templates/repo/settings/options.tmpl
templates/repo/user_cards.tmpl
templates/shared/issuelist.tmpl
templates/shared/secrets/add_list.tmpl
templates/shared/user/profile_big_avatar.tmpl
templates/shared/variables/variable_list.tmpl
templates/user/settings/applications.tmpl
templates/user/settings/grants_oauth2.tmpl
templates/user/settings/keys_gpg.tmpl
templates/user/settings/keys_principal.tmpl
templates/user/settings/keys_ssh.tmpl
templates/user/settings/security/webauthn.tmpl