aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-11 03:14:32 -0500
committerSamuel Johnson <[email protected]>2025-12-11 03:14:32 -0500
commit9fe97dad50e26c30e78036b9d029575504627969 (patch)
tree57dfebf9d897eb53a00b46d2d368de2fc85d6bf1
parentfc48d792f1e99094d47353ca0ac2b96cf4bbf1b3 (diff)
... add Z
-rw-r--r--cmd/web/handlers/export.go2
1 files changed, 1 insertions, 1 deletions
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)))