mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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
0b46feb706
commit
d534623d73
@ -386,7 +386,7 @@ class calendar_groupdav extends Api\CalDAV\Handler
|
|||||||
($events =& $this->bo->search([
|
($events =& $this->bo->search([
|
||||||
'offset' => $chunk*self::CHUNK_SIZE,
|
'offset' => $chunk*self::CHUNK_SIZE,
|
||||||
'num_rows' => self::CHUNK_SIZE,
|
'num_rows' => self::CHUNK_SIZE,
|
||||||
'date_format' => $is_jscalendar ? 'object' : 'ts',
|
'date_format' => $is_jscalendar ? 'object' : 'server',
|
||||||
]+$filter)); ++$chunk)
|
]+$filter)); ++$chunk)
|
||||||
{
|
{
|
||||||
foreach($events as $event)
|
foreach($events as $event)
|
||||||
|
Loading…
Reference in New Issue
Block a user