Page MenuHomePhabricator

Fix an issue where all-day events had durations applied incorrectly
ClosedPublic

Authored by epriestley on Nov 28 2016, 4:28 PM.
Tags
None
Referenced Files
F13060389: D16953.diff
Fri, Apr 19, 5:46 PM
F13059894: D16953.diff
Fri, Apr 19, 4:59 PM
Unknown Object (File)
Mon, Apr 15, 4:33 PM
Unknown Object (File)
Thu, Apr 11, 5:44 PM
Unknown Object (File)
Sun, Apr 7, 8:20 PM
Unknown Object (File)
Wed, Apr 3, 5:07 PM
Unknown Object (File)
Mon, Apr 1, 8:53 AM
Unknown Object (File)
Sun, Mar 31, 1:03 AM
Subscribers
None

Details

Summary

Ref T11816. User-visible bug here was that availability dots (away/busy) for all-day events might not appear correctly if the viewer timezone and event timezone differ.

Underlying issue was that when adding a duration (one day) to an all-day event datetime, we incorrectly used the viewer timezone as part of the calculation.

Instead, base the calculation on a clone of the event with no viewer timezone.

Test Plan
  • Added failing unit test, made it pass.
  • Saw proper availability dots for all-day events in Phabricator.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix an issue where all-day events had durations applied incorrectly.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Nov 28 2016, 4:30 PM
This revision was automatically updated to reflect the committed changes.