I forget a little every time and it's a syntax error so make a note
http://docs.python.jp/2/library/datetime.html
now = datetime.datetime.utcnow()
the_day = datetime.datetime(2015, 6, 2, 21, 0, 0, 0)
start = now - datetime.timedelta(days=96) Possible parameters are ([days, seconds, microseconds, milliseconds, minutes, hours, weeks])