Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有 Windows 2012 服务器和 IIS-8。以前我们在生产服务器上有 EST 时区。我们已将其更改为 CST,但它没有生效。Getdate 函数根据 EST 时区返回时间。我们是否需要重置 IIS 才能使其生效?
<system.web> <globalization culture="en-US"/> </system.web>
相应地改变文化
更改时区后,我通过 System.Globalization.CultureInfo.CurrentCulture.ClearCachedData() 清除了缓存