diff options
Diffstat (limited to 'site.hs')
-rw-r--r-- | site.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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@. -- |