var d = new Date(); var n = d.getUTCDate();
if your time looks like today = '2019-08-08T08:57:59' then just concat 'z' at the end to state it as UTC then run through date pipe like <div>{{ today+'Z' | date : 'EEEE, MMMM d, h:mm:ss' }}</div>