mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
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. |
||
|---|---|---|
| .. | ||
| ai | ||
| concept | ||
| promotion | ||
| screens | ||
| sync | ||
| add-new-integration.md | ||
| build-and-publish-notes.md | ||
| caldav.md | ||
| github-access-token-instructions.md | ||
| gitlab-access-token-instructions.md | ||
| how-to-rate.md | ||
| howto-refresh-snap-credentials.md | ||
| update-android-app.md | ||
| update-mac-certificates.md | ||
| wayland-idle-detection-fix.md | ||