From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Add explicit time zone to datetime exported to ical. Date: Sat, 12 Feb 2011 21:16:27 +0100 Message-ID: <87oc6h80v8.fsf@gnu.org> References: <87lj3ixljr.dlv@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=36516 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoLtH-0001VL-Ej for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 15:16:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoLtF-000099-VN for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 15:16:23 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:45905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoLtF-00008u-PT for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 15:16:21 -0500 Received: by bwz16 with SMTP id 16so4256556bwz.0 for ; Sat, 12 Feb 2011 12:16:20 -0800 (PST) In-Reply-To: <87lj3ixljr.dlv@debian.org> (=?iso-8859-1?Q?=22R=E9mi?= Vanicat"'s message of "Wed, 22 Dec 2010 09:24:08 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?iso-8859-1?Q?R=E9mi?= Vanicat Cc: emacs-orgmode@gnu.org Hi Rémi, Rémi Vanicat writes: > When exporting to ical, using localtime is incompatible with some > software, using explicit universal time may failed with daylight > saving time, so we need another possibility, that is localtime with > explicit timezone. Applied, Thanks. I also made org-icalendar-date-time-format backward compatible, it defaults to the right value if org-icalendar-use-UTC-date-time was set to t. -- Bastien