Returns #t if obj is a time object, otherwise returns #f.
(time? (current-time)) ==> #t (time? 123) ==> #f