Planner Tasks Due Date Inconsistent - Same Date, Different Day?

Brianna Hodge 20 Reputation points
2026-08-30T22:03:01.25+00:00

The due date on my task seems to be inconsistent. If I select today's date it sometimes moves it to the tomorrow bucket and if I select yesterday's date it shows as late but in the today bucket.

Example - today's date is 31/08 but if the due date is set to 31/08 it shows as a task for tomorrow. If the due date is set to 30/08 it is marked late shows as a task for today.

It seems to only be happening with some tasks.

My Day View Due Date Column:

Screenshot 2026-08-31 093445

My Tasks View Sorted by Due Date:

Screenshot 2026-08-31 095007Screenshot 2026-08-31 095507

I have tried changing my date/time zone to something else then back again. Anyone have any ideas?

Microsoft 365 and Office | Microsoft To Do | For business
0 comments No comments

Answer accepted by question author
Allan Solomon Mejia 7,995 Reputation points
2026-08-30T22:08:19.49+00:00

Hello @Brianna Hodge

This looks like a date/time-zone interpretation issue rather than the due date actually being changed.

Planner stores dueDateTime as an ISO 8601 timestamp in UTC, even though the UI presents it as a local date. This can explain why a task dated 31/08 appears under “Tomorrow,” while a 30/08 task is marked late but appears under “Today,” particularly if some tasks were created through different Planner/To Do clients, automation, or integrations.

Since it only affects some tasks, compare one affected and one unaffected task and check how they were created. If Power Automate, Graph API, Teams, or another integration created the affected tasks, inspect the underlying dueDateTime and its UTC conversion.

Also test the same tasks in Planner/To Do web versus the desktop/mobile client. If the actual due date is identical but only the Today/Tomorrow grouping differs, that points more toward a client-side grouping/time-zone issue than incorrect task data.

Microsoft documents that Planner due dates are stored in UTC:

Microsoft Graph – plannerTask resource

If you can confirm whether the affected tasks were created manually or through Power Automate/another integration, that would help narrow this down considerably.

Help make this community better for everyone: if this answer resolved your issue, please accept it or leave an upvote. If not, share more details in a comment so we can continue the discussion and find the right solution.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.