summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helpers.rb b/lib/helpers.rb
index 16cfd39..91ce9fb 100644
--- a/lib/helpers.rb
+++ b/lib/helpers.rb
@@ -127,7 +127,7 @@ helpers do
if date.nil?
'n/a'
else
- date.rfc2822
+ date.httpdate
end
end