JavaScript Date pendant 5 secondes à partir de maintenant

var t = new Date();
t.setSeconds(t.getSeconds() + 10);
Cruel Cheetah