The branch "master" has been updated. The following is a summary of the commits.
from: 0e334eed2dc2768b3d88c12e16b12be864de599e a8fad33 Bug: 11693 Some clients require the duedate/startdate fields. ccb689d BFN ----------------------------------------------------------------------- commit a8fad336b1552a8d85078cd2361cd46cab9ad190 Author: Michael J Rubinsky <[email protected]> Date: Wed Nov 14 11:45:49 2012 -0500 Bug: 11693 Some clients require the duedate/startdate fields. This makes no sense to me. The protocol docs state the POOMTASKS_DUEDATE and POOMTASKS_STARTDATE fields are for the "local" time of the duedate. While the *_UTCSTARTDATE and *_UTC_DUEDATE fields are for the UTC time. We have no way of knowing, on the server, what the local timezone of the device is, and the device, likewise, has no way of knowing what the server's timezone is. Additionally, the docs also state the ALL date/time data are to be transmitted in UTC. Some devices transmit both fields to the server, formatted as UTC time, but with the actual time offset by the UTC offset for the devices timezone! Until someone can provide a better explanation to me, we will treat both fields as equal. nag/lib/Task.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/a8fad336b1552a8d85078cd2361cd46cab9ad190 ----------------------------------------------------------------------- commit ccb689d61bef37751565a8c8ef6b19b997bc5c36 Author: Michael J Rubinsky <[email protected]> Date: Wed Nov 14 11:51:19 2012 -0500 BFN nag/docs/CHANGES | 2 ++ nag/package.xml | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/ccb689d61bef37751565a8c8ef6b19b997bc5c36 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
