0
mdonogma created
How exactly is multiple Timezone enabled? None of the settings ui's are showing Timezone settings?
2 Answer(s)
-
0
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.
-
0
Works great! Thank you