# File lib/t/printable.rb, line 36
      def csv_formatted_time(object, key=:created_at)
        Time.parse(object.send(key.to_sym).to_s).utc.strftime("%Y-%m-%d %H:%M:%S %z")
      end