Development JavaScript DHTML

/* the time set by the World Time Standard.*/



    var d = new Date()
    
    document.write(d.getUTCHours())
    document.write(".")
    document.write(d.getUTCMinutes())
    document.write(".")
    document.write(d.getUTCSeconds())