-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
outlook: correctly create events using UTC timezone
When creating an event, the timestamp's timezone was silently dropped and replaced with the timezone of the local system. Timestamps returned by outlook are in UTC, such that syncing from outlook to outlook resulted in shifted events on non-UTC systems. Explicitly convert timestamps to UTC to ensure correctness.
- Loading branch information
1 parent
7e7d652
commit 01a0f10
Showing
3 changed files
with
4 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters