From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85111 Path: news.gmane.org!not-for-mail From: Magnus Henoch Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Support vcal format timezones Date: Mon, 13 Oct 2014 12:14:39 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413198944 3486 80.91.229.3 (13 Oct 2014 11:15:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Oct 2014 11:15:44 +0000 (UTC) Cc: ding@gnus.org To: Sylvain Chouleur Original-X-From: ding-owner+M33355@lists.math.uh.edu Mon Oct 13 13:15:37 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XddbD-0005xc-4b for ding-account@gmane.org; Mon, 13 Oct 2014 13:15:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XddaV-0007eF-9P; Mon, 13 Oct 2014 06:14:51 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XddaT-0007dq-K4 for ding@lists.math.uh.edu; Mon, 13 Oct 2014 06:14:49 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XddaS-0005Rh-KJ for ding@lists.math.uh.edu; Mon, 13 Oct 2014 06:14:49 -0500 Original-Received: from mail-wg0-f49.google.com ([74.125.82.49]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XddaR-0007sI-6Q for ding@gnus.org; Mon, 13 Oct 2014 13:14:47 +0200 Original-Received: by mail-wg0-f49.google.com with SMTP id x12so8345906wgg.8 for ; Mon, 13 Oct 2014 04:14:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; bh=iAESvKXyCe9XjVUO4f0wVwfozKbNBbyY6RMtt+tpBSQ=; b=yrjPGq2FkPMgAVHbZ8+OIt0EM1lBPAk9GKNInXZvjXY5sITIORk0BTBQWmcbJw0SVW Gfnuy/hW+RslTCrCBAfl6d9OfZpVbFhWJFrX8/ZLLHDKc0clZ8lKVxdCpGznq+u17ozL VTA3v8xX4bpF9cSUAQ6Pss3/IjCZABoWD51ZMcs+cAb1yVvw7A+OyyRzYLD73FsGobY0 5HRFXRmcqekGTWj3uGsuoaOTknvaqTlIBfF7lGAhYJWKy4JaFHtKdRSIcP7Iep7cWk1O tysWVgXJPq4MNyuscl3ALwju+qKNCAtnzOusBT8wyepSC7m7IEBS9BvsC9Gzik6gzK/Q GBPg== X-Received: by 10.194.83.67 with SMTP id o3mr19774734wjy.31.1413198881494; Mon, 13 Oct 2014 04:14:41 -0700 (PDT) Original-Received: from poki-sona-sin.local ([83.218.151.42]) by mx.google.com with ESMTPSA id l10sm11803824wif.20.2014.10.13.04.14.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Oct 2014 04:14:40 -0700 (PDT) In-Reply-To: (Sylvain Chouleur's message of "Sun, 12 Oct 2014 01:56:00 +0200") X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85111 Archived-At: Sylvain Chouleur writes: > Hi all, > > here is a patch proposal in order to support icalendar timezones using > the RFC 5545 definition. > The code just reuse the icalendar.el functions By a strange coincidence, just today I got an icalendar event invite that would export to Org incorrectly because gnus-icalendar wouldn't interpret the timezone definition. With your patch, it gets the time right. Thanks! Regards, Magnus