module ActionDispatch::Http::Cache::Response

def last_modified=(utc_time)

def last_modified=(utc_time)
  set_header LAST_MODIFIED, utc_time.httpdate
end