``` >>> pd.DatetimeIndex(['2011-01-01', '2011-01-02']).unique() array([1970-01-15 104:00:00, 1970-01-15 128:00:00], dtype=datetime64[ns]) ```