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 を有効にするには、IIS をリセットする必要がありますか?
タイムゾーンを変更した後、 System.Globalization.CultureInfo.CurrentCulture.ClearCachedData() でキャッシュをクリアしました
<system.web> <globalization culture="en-US"/> </system.web>
それに応じて文化を変える