I need to create a DateTime object that represents the current time minus 15 minutes.
datetime.datetime.now() - datetime.timedelta(minutes=15)