6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/23/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1822] Kolab: problem handling events having no time associated
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__. __ ._..__. \ /| |/ ` | | | \/ |__|\__._|_|__|
Comment
> There is a problem in the Kolab class in: > > function decodeDate($date) > > { > > if (empty($date)) { > > return 0; > > } > > > > list($year, $month, $day) = explode('-', $date); > > return gmmktime(0, 0, 0, $month, $day, $year); > > } > > > > The problem is that assuming "0, 0, 0" as midnight is wrong here. The > events created by other Kolab 2 clients having entries like > <start-date>2005-04-22</start-date> show up from 2am to 2am at the > next day due to our GMT+2 (daylight saving) timezone.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers