summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2021-01-11 20:37:14 +0100
committerStefan Kreutz <mail@skreutz.com>2021-01-11 20:37:14 +0100
commit35dc68a866acc63573a1dd6b7aff68b36ec0a9f6 (patch)
treebaffddc0cada9fdfdf2567ed6be87a61c2dac029
parent52c8a0966bc32f6256f092a54a7e9965ea95f996 (diff)
downloadblog-35dc68a866acc63573a1dd6b7aff68b36ec0a9f6.tar
Fix RFC 3339 date and time format for atom feed
-rw-r--r--site.hs2
1 files changed, 1 insertions, 1 deletions
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@.
--
Generated by cgit. See skreutz.com for my tech blog and contact information.