From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulf Jasper Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] icalendar.el: Support timezones without DST Date: Sun, 16 Nov 2014 17:33:10 +0100 Message-ID: <87ppcnaywp.fsf@web.de> References: <87r3xcc7vh.fsf@nuada.dyved.org> <87r3xb3rtq.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416155650 23127 80.91.229.3 (16 Nov 2014 16:34:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2014 16:34:10 +0000 (UTC) Cc: Emacs developers To: Sylvain Chouleur Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 16 17:34:05 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xq2m4-0007wC-VJ for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2014 17:34:05 +0100 Original-Received: from localhost ([::1]:44317 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq2m4-0007ZZ-IW for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2014 11:34:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq2lS-00077a-0F for emacs-devel@gnu.org; Sun, 16 Nov 2014 11:33:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xq2lL-0006bV-Oy for emacs-devel@gnu.org; Sun, 16 Nov 2014 11:33:25 -0500 Original-Received: from mout.web.de ([212.227.17.11]:51115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq2lL-0006bQ-G6 for emacs-devel@gnu.org; Sun, 16 Nov 2014 11:33:19 -0500 Original-Received: from p55m-ud2 ([217.226.89.173]) by smtp.web.de (mrweb102) with ESMTPSA (Nemesis) id 0LgYSP-1YM6CZ33a9-00nvc7; Sun, 16 Nov 2014 17:33:10 +0100 In-Reply-To: <87r3xb3rtq.fsf@web.de> (Ulf Jasper's message of "Mon, 10 Nov 2014 18:09:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:tJY8dIRXsl+f+6JjWNPj0vrMvWBMpWxS9yxU0AxB5MVP2LGkgHa Fs/4HDzli628z/CdpL/ngnSpzCZBPzZAcOYZfyANcyYo+evNu3v6DuPJZ2QvpZdbgoTTAi7 ihEhvwSgkwVxTZwgnXsmfNiKdOMl3Vb59Knl2D2NBy1+MAa5BR/NQufbK7M1Z1braowilCx 3/z5rfwQ1ekt2d97K7MGw== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.11 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:177320 Archived-At: Ulf Jasper writes: > Sylvain Chouleur writes: > >> This patch is here to support vcalendar events which timezone doesn't >> have daylight saving time. > > I'll have a look at the patch. Thanks. Your patch broke the automatic test! But that was due to an error in the test. ;) After a minor tweak it is working now. Thanks for the patch! Could you please provide an anonymized sample so that I can add another "real world test case"?