Base solution for your next web application
Open Closed

Asp.net Core + Angular 2 UTC Time setting #3834


User avatar
0
thobiasxp created

Hi , Good Morning,

We need to set UTC time for the user. But we were not able to see UTC time settings under tenant setting. Can you help us to how to enable UTC timing for users.

Thanks


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

    Hi @thobiasxp,

    Clock.Provider is not set by AspNet Zero in downloaded templates. If you set it to UtcClockProvider in your host project's startup class, you can see that setting.

  • User Avatar
    0
    thobiasxp created

    Hi, Good Morning,

    Thanks it worked.