``` In [6]: import pandas.util.testing as tm In [7]: df = tm.makeTimeDataFrame() In [8]: df.ix['2000-02-02'].name Out[8]: '2000-02-02' ```