# File lib/table_print/formatter.rb, line 8
    def format(value)
      return value unless value.is_a? Time
      value.strftime @format
    end