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
Currently ODataUtilities (PnP.Core\QueryModel\OData\ODataUtilities.cs) is not able to correctly format DateTime values when filtering on such.
Describe the solution you'd like
DateTime values (and DateTimeOffset values) should be converted to UTC and correctly formatted in ISO format. Adding these cases to the switch in the ConvertToString method would solve this problem:
@NicolaiLassesen : I've implemented this change, will be part of the next nightly build (version 1.9.42 or higher). I'm closing this issue now, but feel free to re-open or create a new one in case the created fix is not working for you.
Category
Describe the feature
Currently ODataUtilities (PnP.Core\QueryModel\OData\ODataUtilities.cs) is not able to correctly format DateTime values when filtering on such.
Describe the solution you'd like
DateTime values (and DateTimeOffset values) should be converted to UTC and correctly formatted in ISO format. Adding these cases to the switch in the ConvertToString method would solve this problem:
The text was updated successfully, but these errors were encountered: