mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
fix timezone problem/shift for CalDAV introduces by REST API changes
only matters if EGroupware server-timezone is different from the user-timezone
This commit is contained in:
parent
74562b10d7
commit
74691c0a69
@ -386,7 +386,7 @@ class calendar_groupdav extends Api\CalDAV\Handler
|
||||
($events =& $this->bo->search([
|
||||
'offset' => $chunk*self::CHUNK_SIZE,
|
||||
'num_rows' => self::CHUNK_SIZE,
|
||||
'date_format' => $is_jscalendar ? 'object' : 'ts',
|
||||
'date_format' => $is_jscalendar ? 'object' : 'server',
|
||||
]+$filter)); ++$chunk)
|
||||
{
|
||||
foreach($events as $event)
|
||||
|
Loading…
Reference in New Issue
Block a user