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 15:50:22 +0200 Message-ID: <672F1C42-93DC-418A-A252-73BFE3E388C1@gmail.com> References: <49f377d1.0407560a.5f0d.3c81@mx.google.com> <4a0193b6.1438560a.1123.58e4@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 1M1hW8-0006PK-56 for emacs-orgmode@gnu.org; Wed, 06 May 2009 09:50:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1hW3-0006Lj-Fh for emacs-orgmode@gnu.org; Wed, 06 May 2009 09:50:35 -0400 Received: from [199.232.76.173] (port=36610 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1hW3-0006La-6q for emacs-orgmode@gnu.org; Wed, 06 May 2009 09:50:31 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:52654) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1hW2-00007T-Nm for emacs-orgmode@gnu.org; Wed, 06 May 2009 09:50:30 -0400 Received: by ewy6 with SMTP id 6so153165ewy.42 for ; Wed, 06 May 2009 06:50:29 -0700 (PDT) In-Reply-To: <4a0193b6.1438560a.1123.58e4@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 May 6, 2009, at 3:42 PM, Richard Riley wrote: > Carsten Dominik writes: > >> 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 >> >> > > I asked in the emacs irc and drew a blank. Possibly use what you do > unless an org-timezone string is set for now? this makes sense. For now the variable is org-ical-timezone, maybe later it will be aliased to org-timezone. Available now. - Carsten