bagaimana mengurangi waktu dalam javascript

var d = new Date();

d.setHours(d.getHours() - 2);
Singh99