# File lib/fog/core/time.rb, line 21
    def to_date_header
      now = self.class.now.utc
      now.strftime("#{DAYS[now.wday]}, %d #{MONTHS[now.month - 1]} %Y %H:%M:%S +0000")
    end