JS depois agora
const now = new Date();
now.setMinutes(now.getMinutes() + 10);
TindyC
const now = new Date();
now.setMinutes(now.getMinutes() + 10);