How to set TimeZone of whole APP?

Hello everyone, I hope you all doing great.

Is there any way I could make the app to a one only time zone, so that it won’t interfere with the Server TimeZone?

So that when i want to compare dates, to be exactly the same with the server.

I want to make the timezone of Australia.

I dont need it in the ion-datetime since i am creating a new Date().

Any help would be appriciated.
Thanks alot.

Strictly speaking, no, because apps don’t have time zones.

I would strongly urge you to reconsider this choice, especially because Australia changes clocks. I recommend always using UTC on servers. All that being said, this date-fns time zone page should give you enough information to implement whatever you end up deciding to do.

1 Like

Thank you so much for your reply,

After some time of looking into web, I realized it and you are right, I have to do exactly what you said.

Have a great day :slight_smile: