x
 
<html>
<body>
<script type="text/javascript">
var d = new Date()
d.setUTCMinutes(1)
document.write(d)
</script>
</body>
</html>