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