Re: [evolution-patches] Patch for fixing free/busy hang issues in the eds Groupwise backend
- From: Rodrigo Moya <rodrigo ximian com>
- To: kharish novell com
- Cc: patches <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] Patch for fixing free/busy hang issues in the eds Groupwise backend
- Date: Thu, 01 Apr 2004 16:30:23 +0200
On Thu, 2004-04-01 at 18:06 +0530, Harish Krishnaswamy wrote:
> The server always requires timezones to be UTC and fails to gork ISO
> date-strings strings without the Z suffix. Hence, I modified the code
> to use icaltime_from_time_t_with_zone and supplied the UTC timezones.
>
yes, but the time you are passing might not be in UTC, but in the local
timezone (as configured in evolution). So, you'll have to:
icaltime = icaltime_from_timet_with_zone (start, FALSE, local_zone);
icaltime_convert_to_zone (..., utc);
cheers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]