You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know much about coding. And I don't know if it's the correct method or not.
But After modifying it as shown below, I confirmed that even if I change the time in 'todoist', it does not go back to '08:00'.
// localDateString = localDateString + "T08:00";
// let localDateObj = new Date(localDateString);
// let ISOString = localDateObj.toISOString()
// let utcDateString = ISOString.slice(0,10)
// return(utcDateString);
return null
ultimate-todoist-sync-for-obsidian/src/todoistRestAPI.ts
Line 14 in 677e1b1
The text was updated successfully, but these errors were encountered: