現在時刻を取得すれば、時刻の差分計算やログのタイムスタンプ付与など、様々な用途に活用できる。 今回は、C#のDateTime構造体を使用し、現在時刻を取得する方法を整理する。 DateTimeとは、日付や時刻を扱うC#標準の構造体である。DateTimeを使用することで ...
I'm using the latest 6.0 version on .NET 6. Querying the database using pgAdmin after saving changes I can see that the value of this column is set to 2016-10-04 20:58:37 - an hour ahead. Querying the ...
I setup a simple unit test that adds a row to the database and the date that is added to the database has Kind property set when inserting it as Utc by default. As its added using DateTime.UtcNow.