Base solution for your next web application
Open Closed

How to enable multiple Timezone support? #3904


User avatar
0
mdonogma created

How exactly is multiple Timezone enabled? None of the settings ui's are showing Timezone settings?


2 Answer(s)
  • User Avatar
    0
    ervingayle created

    In your Web.Core project add the following line: //Enable multi clock support Clock.Provider = ClockProviders.Utc;

    Please note that it is Web.Core and NOT Web.Mvc. This works for me using v4.4 with .net core & jquery.

  • User Avatar
    0
    mdonogma created

    Works great! Thank you