Base solution for your next web application
Open Closed

TIMEZONE #8695


User avatar
0
alfar_re created

Hi,

I cannot seem to find the Timezone setting on the Host account. I would like to know how to set this up.


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

    You need to set Clock.Provider = ClockProviders.Utc.(https://aspnetboilerplate.com/Pages/Documents/Timing)

    After that, Tenant and Host can change the timezone setting on the settings page. Also, each user can select his/her tiemzone setting on the "My Settings" modal which can be opened by clicking the username at the top-right corner of the page and the clicking the "My Settings" link.

  • User Avatar
    0
    alfar_re created

    This actually worked. Thank you.