aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 83309d8..ab9d824 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.RFC822)
+ p.FormattedTime = p.Time.Format("Mon, 02 Jan 2006 15:04:05 MST")
title := ""
z := html.NewTokenizer(strings.NewReader(string(p.Brief)))