Make don't capture the right time from Todoist

:bullseye: What is your goal?

The goal is to capture the tasks that with Todoist and to transfer them directly to my Notion (calendar) with Make.

:thinking: What is the problem & what have you tried?

the problem is that Make adds +1 hour to the time of every task that I create (I put the task in Todoist to 10h (10am) and Make capture 11h (11am)).

I thought, that it could be a problem of time zone, but no, there are all the same (on Todoist and Make it’s : Paris)

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

In TODOIST.pdf (84.2 KB)

Todoist’s API sends due times in UTC, so Make reads them +1h. Just add a Set Date/Time → Convert from UTC to Europe/Paris step before Notion, that fixes it instantly.

1 Like

Thanks @Moid_shaikh.

If another person asks this same question, there is how to do it.