module ActionDispatch::Http::Cache::Response

def date

def date
  if date_header = get_header(DATE)
    Time.httpdate(date_header)
  end
end