API (v3) Tasks sorting issue

API (v3) Tasks sorting issue

We are using the v3 API for Projects. When we gat all tasks, per page of 100 tasks, we get the task info alright.

But when we try to sort based on DESC(last_modified_time) we don't get the correct sort order. It is roughly sorted by the last_modified_time, but not completely. If we just look at the last_modified_time field on all the results it sometimes goes back up again.

This is really hurting our use case as we rely on the sorting.