Hi, There seem to be a discrepancy between your parser expectation for DateTimeOffset type and the oData 4.0 specification: - oData 4.0 expects no single quote, see http://docs.oasis-open.org/odata/odata/v4.0/os/abnf/odata-abnf-construction-rules.txt - your parser expects it to be within single quotes Example oData 4.0 url: $filter=UPD_DATE gt 2015-08-22T19:27:13Z. This raises an error in your parser. Could this be corrected? Thanks in advance.
Hi,
There seem to be a discrepancy between your parser expectation for DateTimeOffset type and the oData 4.0 specification:
Example oData 4.0 url: $filter=UPD_DATE gt 2015-08-22T19:27:13Z. This raises an error in your parser. Could this be corrected?
Thanks in advance.