Como obter o tempo da UTC no angular
var d = new Date();
var n = d.getUTCDate();
Fancy Fly
var d = new Date();
var n = d.getUTCDate();