I’m probably doing something wrong, but I get an invalid set of results when I query for a set of variants with updated_at >= an ISO-8601 timestamp. Interestingly, the issue seems to resolve itself once we start a new day in UTC time.
I get the exact same problem. The problem is that : is a separator character for queries. So it treats the time part of the timestamp as another query (because it contains colons).
This “additional query” is invalid, but almost silently ignored. If you have another issue in your query, it will appear in the error output (but as a simple warning I guess).
Anyway, this is really problematic for sync purposes, so I hope that we can get a quick response from support!