From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: iCal export - possible timezone bug Date: Wed, 6 May 2009 12:57:17 +0200 Message-ID: References: <49f377d1.0407560a.5f0d.3c81@mx.google.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1eoa-0001AW-Np for emacs-orgmode@gnu.org; Wed, 06 May 2009 06:57:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1eoU-00015T-Hf for emacs-orgmode@gnu.org; Wed, 06 May 2009 06:57:27 -0400 Received: from [199.232.76.173] (port=47662 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1eoT-000154-S7 for emacs-orgmode@gnu.org; Wed, 06 May 2009 06:57:22 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:45373) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1eoT-00012L-EB for emacs-orgmode@gnu.org; Wed, 06 May 2009 06:57:21 -0400 Received: by ewy6 with SMTP id 6so15853ewy.42 for ; Wed, 06 May 2009 03:57:20 -0700 (PDT) In-Reply-To: <49f377d1.0407560a.5f0d.3c81@mx.google.com> 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: Richard Riley Cc: org-mode On Apr 25, 2009, at 10:51 PM, Richard Riley wrote: > > My ics file exported from org has the following content: > > X-WR-TIMEZONE:CEST > > However, in Google calendar, it says the imported calendar is > > (GMT+00:00) GMT (no daylight saving) > > > A quick Google for ical and timezone makes me believe the format might > need to be > > X-WR-TIMEZONE:Europe/Berlin > > and a quick test confirmed this. I don't have a clue if this is emacs > side or more in org's remit, but hope this helps. The only time zone information I get from Emacs is the abbreviation. Does anyone know how to concert this into the longer form? - Carsten