Tanggal JavaScript selama 5 detik dari sekarang

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