MicrosoftDocs / OData-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filtering data with dates does not work in OData 8.0.12

ayodejii opened this issue · comments

I am querying an endpoint this way

 https://apiEnpoint?$filter=Time ge 2023-01-22T23:00:00.0000000Z and Time le 2023-01-29T03:44:47.4260000Z

It works fine on 8.0.0-preview3 but not on 8.0.12.

  1. What am I doing wrong?
  2. Can you guys please provide a better getting-started documentation for querying with dates?

Thank you.