AppEngine: Milliseconds are dropped from query parameters #620
Labels
API
This issue or pull request is about API (e.g. unclear API, new API, API change, deprecation)
app:appengine_api
This issue or pull request is about astarte_appengine_api application
I published some data on interface
com.samples.Example
with device2Qcgg5oKQJWOzVXrKnUsNg
.When, for example, I try to retrieve the last one using a
since
param, I get the following:Then, if I change the milliseconds value in the query
403Z
to999Z
, I still get the same result:Which is obviously wrong, because the message was sent before the
since
value.If I change the seconds value instead, the query correctly returns no data.
I suspect milli/microseconds values are dropped from the query.
This might relate to #553.
The text was updated successfully, but these errors were encountered: