summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2014-09-21 02:15:49 +0200
committerAlex Legler <alex@a3li.li>2014-09-21 02:15:49 +0200
commit0e33b835756ec596079d94631a0f240fcdda0529 (patch)
tree7ceef5af59f7b67f12b6ece86d509d4153330254
parentActually link to the Logo and Name guidelines (diff)
downloadinfra-status-0e33b835756ec596079d94631a0f240fcdda0529.tar.gz
infra-status-0e33b835756ec596079d94631a0f240fcdda0529.tar.bz2
infra-status-0e33b835756ec596079d94631a0f240fcdda0529.zip
Use httpdate which uses GMT instead of +0000
-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