I have such kind of date format:
2017-09-17T09:00:00Z
and i format it so: {{date | date:'shortTime'}}
but! in chrome everything is fine, but in safari: i get another timezone.
is it possible to show the same 9:00AM in every browser every where in out world, so in any timezone i will see 9:00AM
is it possible to do?
https://plnkr.co/edit/tZ0s3XQSi0apjdceSddS?p=preview
ps: in angularJS we have an option timezone
in datetime filter. But in angular 2+ - no.