Skip to content

Commit

Permalink
RRule: Don't include DTSTART in the rule string
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Jan 13, 2023
1 parent 2a588e3 commit 95bacbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function startAt(DateTimeInterface $start): self
$startDate->setDate($now->format('Y'), $start->format('m'), $start->format('d'));
}

$this->rrule->setStartDate($startDate, true);
$this->rrule->setStartDate($startDate);

return $this;
}
Expand Down

0 comments on commit 95bacbb

Please sign in to comment.