Angular 2 DatePipe shortTime display is off by 6 hours

589 Views Asked by At

I have a datetime returning as "2016-12-20T19:00:00" and am using a the following pipe on it: {{ dateObj | date:'shortTime' }} I want/expect that to display as 7:00 PM, but it instead is displaying as 1:00 PM. Is this a bug with Angular, or am I doing something wrong?

0

There are 0 best solutions below