``` python import pandas as pd from datetime import datetime pd.datetools.thisYearBegin(datetime(2015,2,1)) ``` This returns Timestamp('2016-01-01 00:00:00'), but should return 201**5**-01-01. Should thisYearBegin() just be removed? I don't think it's documented.