class ActiveSupport::TimeWithZone

def httpdate

Time.zone.now.httpdate # => "Tue, 01 Jan 2013 04:39:43 GMT"

HTTP requests.
Returns a string of the object's date and time in the format used by
def httpdate
  utc.httpdate
end