mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
- Replace setUTCDate() with setDate() in calculateDefaultDate helper - Replace setUTCMonth() with setMonth() in MiniCalendarView navigation - Add timezone-safe test cases for parseDateToUTC contract and setUTC anti-pattern - Remove obsolete timezone bug reproduction tests These changes eliminate timezone-related date calculation bugs by using consistent local date arithmetic instead of the problematic UTC manipulation pattern that caused incorrect results across different timezones. |
||
|---|---|---|
| .. | ||
| parseDateToUTC-contract-bug.test.ts | ||
| setutc-antipattern-bug.test.ts | ||
| timezone-bugs-focused.test.ts | ||
| timezone-fixes-simple.test.ts | ||