0
pankajmathur created
Hi,
From where can I enable multiple time zone support. I don't see the same either on the Tenant Setting page or on the Host Setting Page. Also what should be the setting in the following case
- Server is on Azure and is hosted in US
- Tenant is in India
- Another Tenant is in Australia.
1 Answer(s)
-
0
Hi @pankajmathur,
You need to set "Clock.Provider = ClockProviders.Utc" in the startup.cs of your web application. Then, timezone setting will appear on setting page both for host and tenants.
Each tenant can set own timezone setting and it is not related to your server's timezone because all dates will be saved as UTC.