super-productivity/docs/ai/tmp
Johannes Millan d22d0ff97f fix(issue-providers): use date strings directly to avoid timezone conversion issues
When GitLab and OpenProject return due dates as YYYY-MM-DD strings,
we should use them directly instead of converting through getWorklogStr()
which causes timezone issues. In timezones with negative UTC offset,
dates would appear as the previous day.

- GitLab: use issue.due_date directly
- OpenProject: use issue.startDate directly
2025-07-17 17:53:25 +02:00
..
getWorklogStr-occurrences.md fix(issue-providers): use date strings directly to avoid timezone conversion issues 2025-07-17 17:53:25 +02:00