class RSpec::Support::ObjectFormatter::TimeInspector

def inspect

def inspect
  object.strftime("#{FORMAT}.#{"%09d" % object.nsec} %z")
end