Oliver Fast
Oliver Fast
This is the case, even if you specify `DatesInUtc = true` in the `CamlQueryOptions`: ```C# Assert.AreEqual(DateTimeKind.Utc, ((DateTime)listItem.Values["Modified"]).Kind); ``` Results in: ``` Assert.AreEqual failed. Expected:. Actual:. ```
This is caused by: https://github.com/pnp/pnpcore/blob/a0d5c94d4c4110663830e5cd6671c571ce4c6c08/src/sdk/PnP.Core/Model/SharePoint/Core/Internal/ListDataAsStreamHandler.cs#L651 I would argue that when you pass in `DatesInUtc = true,` you'd expect the dates in the object to be of the kind `DateTime.Kind ==...