# File lib/action_view/helpers/atom_feed_helper.rb, line 165
        def updated(date_or_time = nil)
          @xml.updated((date_or_time || Time.now.utc).xmlschema)
        end