diff --git a/src/applications/conpherence/controller/ConpherenceWidgetController.php b/src/applications/conpherence/controller/ConpherenceWidgetController.php index 86ef133029..bd83d3cd29 100644 --- a/src/applications/conpherence/controller/ConpherenceWidgetController.php +++ b/src/applications/conpherence/controller/ConpherenceWidgetController.php @@ -385,7 +385,7 @@ final class ConpherenceWidgetController extends $first_day = new DateTime('last sunday', $timezone); $timestamps = array(); - for ($day = 0; $day < 8; $day++) { + for ($day = 0; $day < 9; $day++) { $timestamp = clone $first_day; $timestamps[] = $timestamp->modify(sprintf('+%d days', $day)); } diff --git a/src/applications/conpherence/query/ConpherenceThreadQuery.php b/src/applications/conpherence/query/ConpherenceThreadQuery.php index 33b6f84260..5b20dbd89e 100644 --- a/src/applications/conpherence/query/ConpherenceThreadQuery.php +++ b/src/applications/conpherence/query/ConpherenceThreadQuery.php @@ -225,7 +225,7 @@ final class ConpherenceThreadQuery $this->getViewer(), 'U'); $end_epoch = phabricator_format_local_time( - strtotime('last sunday +8 days', strtotime('tomorrow')), + strtotime('last sunday +9 days', strtotime('tomorrow')), $this->getViewer(), 'U'); $statuses = id(new PhabricatorUserStatus())