I have an ASP.NET application that is located in time zone A and used by users in time zone B. Is there a way to set the time zone of the entire web application to B, even if the hosting environment is in A? I already set the globalization tag in web.config with the corresponding uiCulture and culture values, and they work fine for the days of the week and other localization parameters, unfortunately, they did not adjust the clock: / What is the easiest thing I can do to complete the setup, therefore when I use DataTime.Now in the application, I get the current time in the time zone B is not A. thanks.
source
share