<html> <body> <button onclick="var myDate = new Date(); alert(myDate.toUTCString());"> to UTC string </button> </body> </html>