Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use timezone when displaying event details #132

Merged
merged 2 commits into from
May 19, 2020

Conversation

mickmister
Copy link
Contributor

Summary

The event invitation details logic was not using the user's timezone when displaying the event times

Ticket Link

Fixes #128

@mickmister mickmister added 2: Dev Review Requires review by a core committer 3: QA Review Requires review by a QA tester labels May 13, 2020
@levb levb removed the 2: Dev Review Requires review by a core committer label May 13, 2020
Copy link

@DHaussermann DHaussermann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and passed

  • Confirm Time on invite notification is adjusted to he users' timezone
  • Tested multiple users in different timezones
  • Confirmed information on invites remains accurate when updating timezone on MS Outlook side
    LGTM! Thanks @mickmister for this fix.

@DHaussermann DHaussermann removed the 3: QA Review Requires review by a QA tester label May 19, 2020
@mickmister mickmister added the 4: Reviews Complete All reviewers have approved the pull request label May 19, 2020
@mickmister
Copy link
Contributor Author

/update-branch

@codecov-commenter
Copy link

Codecov Report

Merging #132 into master will decrease coverage by 0.03%.
The diff coverage is 73.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
- Coverage   24.67%   24.63%   -0.04%     
==========================================
  Files          65       65              
  Lines        2545     2549       +4     
==========================================
  Hits          628      628              
- Misses       1841     1844       +3     
- Partials       76       77       +1     
Impacted Files Coverage Δ
server/mscalendar/notification.go 52.29% <73.33%> (-0.75%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 87df7e5...df15cd8. Read the comment docs.

@mickmister mickmister merged commit b9ee9dc into master May 19, 2020
@mickmister mickmister deleted the event-notification-timezone branch May 19, 2020 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event Reminder sometimes show the wrong time
6 participants