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
Unknown Object (File)
Wed, May 1, 4:51 PM
Unknown Object (File)
Sun, Apr 28, 9:15 PM
Unknown Object (File)
Sat, Apr 27, 5:44 PM
Unknown Object (File)
Tue, Apr 23, 5:26 PM
Unknown Object (File)
Fri, Apr 19, 5:46 PM
Unknown Object (File)
Fri, Apr 19, 4:59 PM
Unknown Object (File)
Mon, Apr 15, 4:33 PM
Unknown Object (File)
Thu, Apr 11, 5:44 PM
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.