now = new Date(); if (now.getTimezoneOffset() == 0) (a=now.getTime() + (+7*60*60*1000)) else (a=now.getTime()); now.setTime(a); document.write("Pukul : " +((now.getHours() < 7) ? "0" : "") +now.getHours() + ":" +((now.getMinutes() < 7) ? "0" : "") + now.getMinutes() + ":" +((now.getSeconds() < 7) ? "0" : "") + now.getSeconds() + (" wib "))