super-productivity/docs
Johannes Millan 257eff904a fix(date): resolve day of week mismatch in negative UTC timezones
Fixes issue #4653 where the day of week displayed in Worklog and Quick History
views was incorrect for users in negative UTC offset timezones (e.g., America/Los_Angeles).

The bug was caused by using `new Date(dateStr)` which interprets YYYY-MM-DD format
strings as UTC, causing date shifts in negative timezone offsets.

Changes:
- Use `dateStrToUtcDate` utility in `formatDayStr` and `formatDayMonthStr` functions
- Add comprehensive timezone tests for date formatting utilities
- Fix string to number conversion in `autoFixTypiaErrors` for task entities
- Fix TypeScript type issues in multiple test files
- Add timezone test scripts to package.json for CI testing

The fix ensures dates are parsed correctly in the local timezone regardless
of the user's timezone offset.
2025-06-28 15:02:18 +02:00
..
ai fix(date): resolve day of week mismatch in negative UTC timezones 2025-06-28 15:02:18 +02:00
concept improve documentation about GitHub tokens 2025-01-08 18:45:45 +01:00
promotion build: better organize stuff 2025-06-27 09:03:16 +02:00
screens build: better organize stuff 2025-06-27 09:03:16 +02:00
sync feat(sync): implement vector clock checking 2025-06-24 20:10:39 +02:00
add-new-integration.md docs: add comprehensive guide for creating new issue tracker integrations 2025-03-07 16:11:10 +01:00
build-and-publish-notes.md docs: add note about screenshot data 2020-10-24 19:20:20 +02:00
caldav.md sync title (aka summary) from SP -> CalDAV server 2025-01-17 15:03:57 +01:00
github-access-token-instructions.md docs: make token docs work better 2025-01-11 14:45:24 +01:00
gitlab-access-token-instructions.md Merge branch 'master' into split-gitlab-docs 2025-01-11 15:02:35 +01:00
how-to-rate.md add please rate dialog 2025-04-18 14:08:22 +02:00
howto-refresh-snap-credentials.md docs: add info to refresh snap credentials 2024-02-16 17:01:49 +01:00
update-android-app.md docs: update instructions on how to release android 2025-03-09 13:16:23 +01:00
update-mac-certificates.md docs: update mac release notes 2024-02-13 23:29:36 +01:00
wayland-idle-detection-fix.md feat: add idle handling for wayland 2025-06-19 20:13:51 +02:00