Base solution for your next web application
Open Closed

Timezone setting Hidden & Issue upgrading #5258


User avatar
0
maharatha created

The timezone setting is hidden and not being displayed for either Tenant or Host. I am using ASPNetZero core. I don't see any where to enable to disable it.

I use Visual Studio Nuget manager to upgrade and i am getting lot of nuget package resolving issue.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    If you want to enable timezones, you need to set;

    Clock.Provider = ClockProviders.Utc
    

    in your web project's Startup class.