days ago months ago in python datetime code example Example: 1 day ago python datetime date_N_days_ago = datetime.now() - timedelta(days=N)