I currently get the following UTC date from my web API. "2018-04-05T11:50:37.6173487Z"
I wanted to display it as such 05.04.18 11:50 UTC However, using {{ResponseTime| date:'dd.MM.yy HH:mm'}} id displaying 05.04.18 13:50. It seems that the pipe automatically converts the date to my timezone which is UTC+2. How should I do to display my date in the UTC timezone?