From 35dc68a866acc63573a1dd6b7aff68b36ec0a9f6 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Mon, 11 Jan 2021 20:37:14 +0100 Subject: Fix RFC 3339 date and time format for atom feed --- site.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site.hs') diff --git a/site.hs b/site.hs index 338582c..91c2647 100644 --- a/site.hs +++ b/site.hs @@ -157,7 +157,7 @@ rfc822DateTimeFormat = "%a, %d %b %Y %H:%M:%S %z" -- | RFC 3339 compliant date and time format. rfc3339DateTimeFormat :: String -rfc3339DateTimeFormat = "%Y-%m-%dT%H:%M:%S%Ez" +rfc3339DateTimeFormat = "%Y-%m-%dT%H:%M:%S%EZ" -- | Format field @updated@. -- -- cgit v1.2.3