mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
fix(dav): Timezone drift of OOO event
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
ac782a1619
commit
b11da9c004
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class OutOfOfficeListener implements IEventListener {
|
|||
->setTime(0, 0);
|
||||
$end = (new DateTimeImmutable())
|
||||
->setTimestamp($data->getEndDate())
|
||||
->modify('+ 2 days')
|
||||
->modify('+ 1 days')
|
||||
->setTime(0, 0);
|
||||
$vCalendar = new VCalendar();
|
||||
$vCalendar->add('VEVENT', [
|
||||
|
|
|
|||
Loading…
Reference in a new issue