I would try:
trimToMonthsUTC(addMonthsUTC([%CurrentDateTime%], 2))
You should test that with February, I don’t know what addMonths() actually does. Alternatively, you could try:
trimToMonthsUTC(addMonthsUTC(trimToMonthsUTC([%CurrentDateTime%]), 2))