# File lib/action_controller/response.rb, line 107
    def last_modified=(utc_time)
      headers['Last-Modified'] = utc_time.httpdate
    end