Tag: datetime
All the articles with the tag "datetime".
-
The lowdown on DateTime vs DateTimeOffset
Published: at 03:52 PMAn explanation of the differences between DateTime and DateTimeOffset in .NET, highlighting the advantages of using DateTimeOffset for timezone-aware date and time handling.
-
Why .NET developers should use NodaTime
Published: at 03:52 PMAn explanation of the benefits of using NodaTime for date and time handling in .NET applications, highlighting its advantages over the .NET date and time API.
-
WCF JSON Serialization error with DateTime.MinVal and UTC
Published: at 04:51 PMAn overview of a WCF JSON serialization error with DateTime.MinVal and UTC, and a solution to fix the issue by specifying the DateTimeKind as UTC.