Set UTC Seconds
<html> <body> <button onclick="var myDate = new Date(); myDate.setUTCSeconds(12); alert(myDate);">Date: set UTC Seconds</button> </body> </html>