module ActionDispatch::Http::Cache::Response

def last_modified=(utc_time)

def last_modified=(utc_time)
  headers['Last-Modified'] = utc_time.httpdate
end