You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can get "Unspecified" DateTimes from a variety of places including deserialized data such as SQL/EntityFramework.
Comparing an Unspecified DateTime with a DateTimeOffset is a potential source of bugs as it trigger a conversion to local time in both .NET Framework and in modern .NET.
In Australia/Sydney UTC+11:
We can get "Unspecified" DateTimes from a variety of places including deserialized data such as SQL/EntityFramework.
Comparing an Unspecified DateTime with a DateTimeOffset is a potential source of bugs as it trigger a conversion to local time in both .NET Framework and in modern .NET.
Tracked by WI00562111.
The text was updated successfully, but these errors were encountered: