vtkConduitToDataObject: accept all numbers as time values
Previously, only float values were accepted as time values, preventing "time" or "TimeValue" nodes with dtype of double or int from being used to define time. Fixed by checking that an that the dtype is a number instead.