I have a date value in each of my objects that I can Print like this:
{{competition.compStart }}
And here is how it l
for angular 5 and up , you can try to add timezone in pipe,
By default it takes the local timezone of user machine
and you can specify it in minutes for example for GMT-2, timezone: '-120'
{{ competition.compStart | date: 'short' : '-120'}}