From 9fe97dad50e26c30e78036b9d029575504627969 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Thu, 11 Dec 2025 03:14:32 -0500 Subject: ... add Z --- cmd/web/handlers/export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/web') diff --git a/cmd/web/handlers/export.go b/cmd/web/handlers/export.go index 8bdb3b4..a4db69d 100644 --- a/cmd/web/handlers/export.go +++ b/cmd/web/handlers/export.go @@ -65,7 +65,7 @@ func (ctx *rssExportContext) feed(w http.ResponseWriter, r *http.Request) { return } - p.FormattedTime = p.Time.Format(time.RFC1123) + p.FormattedTime = p.Time.Format(time.RFC1123Z) title := "" z := html.NewTokenizer(strings.NewReader(string(p.Brief))) -- cgit v1.2.3