-
Type: New Feature
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
None
As a part of EF Core Test Suite adoption I've run into a problem that EF assumes all dates are stored in local time, but MongoDB stores and returns dates in UTC by default. Need to provide a way for user's code to specify what DateTimeKind to use.