diff options
author | Alex Legler <alex@a3li.li> | 2014-09-21 02:15:49 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2014-09-21 02:15:49 +0200 |
commit | 0e33b835756ec596079d94631a0f240fcdda0529 (patch) | |
tree | 7ceef5af59f7b67f12b6ece86d509d4153330254 | |
parent | Actually link to the Logo and Name guidelines (diff) | |
download | infra-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.rb | 2 |
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 |