updated_time = date_time_obj + timedelta(minutes=30) print(updated_time)
b = a + datetime.timedelta(seconds=3)