personium / personium-engine

Additional module for personium-core to enable server-side JavaScript execution.
Apache License 2.0
16 stars 7 forks source link

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

Open csKyou opened 5 years ago

csKyou commented 5 years ago

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 commented 5 years ago

I guess datetimeoffset is not supported in Personium