A numpy array copy the data array.
If the data array is stored as datetime-like objects then a numpy array of numeric reference times will be returned. A numpy array of datetime-like objects may be returned by the dtarray attribute.
Examples
>>> a = d.array
>>> isinstance(a, numpy.ndarray)
True