Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If data of OData is acquired using filter, correct data may not be acquired #72

Open
csKyou opened this issue Apr 3, 2019 · 1 comment
Labels

Comments

@csKyou
Copy link

csKyou commented Apr 3, 2019

Example:

odata.entitySet("test").query().filter("endDate ge datetimeoffset'2019-04-02T15:00:00.000Z').run()

Even if the above date is changed to the day before or after the target data, the data that can be acquired does not change.

@shimono
Copy link
Member

shimono commented Apr 27, 2019

I guess datetimeoffset is not supported in Personium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants