Get UTC Minutes
<html> <body> <button onclick="var myDate = new Date(); alert(myDate.getUTCMinutes());">Date: getUTCMinutes</button> </body> </html>