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.
コードを実行している物理サーバーのタイムゾーン オフセットを取得するにはどうすればよいですか? メモリ内の日付オブジェクトやその他のオブジェクトではありません。
たとえば、次のコードは次のように出力されます-4:00:00。
-4:00:00
<%= TimeZone.CurrentTimeZone.GetUtcOffset(new DateTime()) %>
-03:00:00サマータイムのためであるべきとき
-03:00:00