# File lib/action_dispatch/http/cache.rb, line 69
        def last_modified=(utc_time)
          headers['Last-Modified'] = utc_time.httpdate
        end