python from when import DateTime date_obj = DateTime("2022-01-01") new_date = date_obj + DateTime.Days(7)