0
serdar created
2 Answer(s)
-
0
Read the paragraph that is right below that image.
... Timezone setting is available only if you are using UTC clock provider. See documentation to switch to UTC. By default ASP .NET Zero uses UnspecifiedClockProvider ...
You can change the used clock provider in the PreInitialize method of your Core module.
Clock.Provider = ClockProviders.Utc;
Reference: https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Features-Mvc-Core-Host-Settings
-
0
teşekkürler