``` In [12]: str(pd.NaT) Out[12]: '0001-255-255 00:00:00' ``` where as: ``` In [13]: repr(pd.NaT) Out[13]: 'NaT' ``` I will fix this as part of #5701