{{post.date}} shows wrong timezone on IOS

Hey Guys,

I hope you can help me with the issue below. I am grabbing wordpress posts into the app with Wordpress API.

I use this for grabbing the post date:

{{post.date | date: ‘MMM d, y h:mm:ss a’ }}

On Android and int the Ionic Viewer it shows the correct AEST timezone(+10) but unfortunately on the published IOS version it shows the standard GMT timezone.

How do I force IOS also the grab the proper timezone?

Thanks

Same problem here, any solution