Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(calendar): CalendarEventStore panic (#822)
`CalendarEventStore::today()` panics if the system's UTC offset cannot be determined. In this circumstance, it's better to use `now_utc` instead.
- Loading branch information