fix(calendar): convert event times to local timezone on parse #15
Reference in New Issue
Block a user
Delete Branch "dev"
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?
Summary
DateTime.parse()returns a UTCDateTimewhen the server sends ISO strings with aZsuffix; added.toLocal()onstartDtandendDtinCalendarEvent.fromJsonso all consumers (calendar grid, agenda list, event form) get local times automaticallyTest Plan
🤖 Generated with Claude Code