mirror of
https://github.com/dotnetfactory/fluid-calendar.git
synced 2026-03-02 22:57:19 -05:00
Auto-schedule ignores user timezone (schedules in UTC) #116
Labels
No labels
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fluid-calendar#116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mbsrosenberg on GitHub (Feb 4, 2026).
Bug
TimeSlotManager reads timezone from client-side Zustand store, which returns undefined on the server and defaults to UTC.
Impact
Work hours set to 12:00-20:00 in Asia/Bangkok get scheduled as 12:00-20:00 UTC (actually 7pm-3am local time).
Location
src/services/scheduling/TimeSlotManager.tsline ~50: