javascript date to utc format

JavaScript
new Date().toISOString()
> '2012-11-04T14:51:06.157Z'

Source

Also in JavaScript: