-
{{.DateFrom}} - {{.DateUntil}}
+ {{template "shared/datetime/long" (dict "Datetime" .DateFrom "Fallback" .DateFrom)}} - {{template "shared/datetime/long" (dict "Datetime" .DateUntil "Fallback" .DateUntil)}}
diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl
index 2741924a28cb0..a2f12083c6394 100644
--- a/templates/repo/issue/view_content/sidebar.tmpl
+++ b/templates/repo/issue/view_content/sidebar.tmpl
@@ -385,7 +385,7 @@
{{svg "octicon-calendar" 16 "gt-mr-3"}}
- {{.Issue.DeadlineUnix.FormatDate}}
+ {{template "shared/datetime/long" (dict "Datetime" .Issue.DeadlineUnix.FormatDate "Fallback" .Issue.DeadlineUnix.FormatDate)}}
{{if and .HasIssuesOrPullsWritePermission (not .Repository.IsArchived)}}
diff --git a/templates/repo/settings/deploy_keys.tmpl b/templates/repo/settings/deploy_keys.tmpl
index d712ad740b31c..33f3937201db1 100644
--- a/templates/repo/settings/deploy_keys.tmpl
+++ b/templates/repo/settings/deploy_keys.tmpl
@@ -64,7 +64,7 @@
{{.Fingerprint}}
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl
index c0ffbcd004b3a..1aaf58ee91ca5 100644
--- a/templates/repo/settings/options.tmpl
+++ b/templates/repo/settings/options.tmpl
@@ -93,7 +93,7 @@
{{(MirrorRemoteAddress $.Context .Repository .Mirror.GetRemoteName false).Address}}
{{$.locale.Tr "repo.settings.mirror_settings.direction.pull"}}
- {{.Mirror.UpdatedUnix.AsTime}}
+ {{template "shared/datetime/full" (dict "Datetime" .Mirror.UpdatedUnix.FormatLong "Fallback" .Mirror.UpdatedUnix.AsTime)}}
diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl
index 2741924a28cb0..a2f12083c6394 100644
--- a/templates/repo/issue/view_content/sidebar.tmpl
+++ b/templates/repo/issue/view_content/sidebar.tmpl
@@ -385,7 +385,7 @@
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl
index c0ffbcd004b3a..1aaf58ee91ca5 100644
--- a/templates/repo/settings/options.tmpl
+++ b/templates/repo/settings/options.tmpl
@@ -93,7 +93,7 @@
{{svg "octicon-calendar" 16 "gt-mr-3"}}
- {{.Issue.DeadlineUnix.FormatDate}}
+ {{template "shared/datetime/long" (dict "Datetime" .Issue.DeadlineUnix.FormatDate "Fallback" .Issue.DeadlineUnix.FormatDate)}}
{{if and .HasIssuesOrPullsWritePermission (not .Repository.IsArchived)}}
diff --git a/templates/repo/settings/deploy_keys.tmpl b/templates/repo/settings/deploy_keys.tmpl
index d712ad740b31c..33f3937201db1 100644
--- a/templates/repo/settings/deploy_keys.tmpl
+++ b/templates/repo/settings/deploy_keys.tmpl
@@ -64,7 +64,7 @@
{{.Fingerprint}}