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
agenda: add time format setting and fix timezone issues (#140)
- Add 12h/24h time format preference (default: 12h)
- Fix events appearing on wrong day by using UTC for date grouping
- Fix time display offset by using timeZone: UTC (node-ical stores local as UTC)
- Fix section title date parsing to avoid timezone shifts
- Extract usePreferences hook for centralized preference access
- Add Preferences type to types.ts
Fixes#138
0 commit comments