# File lib/twitter/ext/stdlib.rb, line 33
  def to_s(format = nil)
    format ? self.to_formatted_s(format) : self.rfc2822
  end