``` In [1]: pd.isnull(np.array([pd.NaT])) Out[1]: array([False], dtype=bool) ``` this should be true