From 5b2fe1f9a0757b63dbc328c2493ad4bcfd5e7240 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 15 Apr 2025 10:04:47 +0200 Subject: [chore/performance] Reuse Intl.DateTimeFormat for formatting times (#4013) --- web/template/status_attributes.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template') diff --git a/web/template/status_attributes.tmpl b/web/template/status_attributes.tmpl index a99775d59..15c1d17d3 100644 --- a/web/template/status_attributes.tmpl +++ b/web/template/status_attributes.tmpl @@ -18,7 +18,7 @@ */ -}} {{- define "ariaLabel" -}} -@{{ .Account.Acct -}}, {{ .CreatedAt | timestampPrecise -}} (server time) +@{{ .Account.Acct -}}, {{ .CreatedAt | timestampPrecise }} (server time) {{- if .LanguageTag -}} , language {{ .LanguageTag.DisplayStr -}} {{- end -}} -- cgit v1.3