
var now = new Date();
document.write(now.toUTCString
().substr(0,16));

