class TablePrint::TimeFormatter

def format(value)

def format(value)
  return value unless value.is_a? Time
  value.strftime @format
end