After I moved to 7.8 version and changed the code to support the time zone it is not working. Please see the attached screenshot. I have the date as
“2020-04-05T23:59:59.000+02:00”
and the query to fetch the historical task list is
task?taskDueDateAfter=“2020-04-05T23:59:59.000+02:00”&active=true.
The query still returns the task with due date “due”: “2018-08-23T00:00:00.000-0400”
I was able to reproduce the issue, it seems that due options don’t work properly.
I will continue the investigation later and create a bug report (feel free to do it by yourself also).