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
ok, that seems like a bug indeed.
Timezones, supposedly, are taken into account and the feature is somewhat tested.
Apparently not 100% working.
I will have a look at this asap.
Bug reproduced and hopefully fixed.
The tests for the fix are minimal.
Please test again, with a newer docker image (1.6.0-PRE-1609 on dockerhub) and let me know.
The following query works well and returns 29 Sites in my case:
http://orion/ngsi-ld/v1/entities?type=Site&q=**modifiedAt>2024-05-14T04:00:00Z**
The following query does not work as the date is completely ignored. Therefore it returns my entire list of Sites (140) whereas the date is the same but expressed with timezone.
http://orion/ngsi-ld/v1/entities?type=Site&q=**modifiedAt>2024-05-14T06:00:00+02:00**
As it is a correct ISO 8601 date format, the timezone should be accepted I guess.
The text was updated successfully, but these errors were encountered: