From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Pascal Quesseveur Newsgroups: gmane.emacs.help Subject: Re: Questions about encode-time and decode-time Date: Thu, 25 Mar 2021 12:26:28 +0100 Organization: Les Enchantements de Miraldra Message-ID: <824kgzbhjv.fsf@gmail.com> References: <82blb9dcc8.fsf@gmail.com> <827dlxd8t4.fsf@gmail.com> <83k0px7k1e.fsf@gnu.org> <82sg4lau5f.fsf@gmail.com> <51D48776-2738-41DE-B61C-8607306EB383@gnu.org> <82ft0kboub.fsf@gmail.com> <83o8f8jw8a.fsf@gnu.org> <828s6bbriw.fsf@gmail.com> <83a6qrk5k9.fsf@gnu.org> Reply-To: pquessev@gmail.com Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32335"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (windows-nt) To: help-gnu-emacs@gnu.org Cancel-Lock: sha1:uI+CWsc8ero2kv/XrnQ5TQD3+Tw= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Mar 25 12:23:33 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lPO5M-0008Ic-7y for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 25 Mar 2021 12:23:32 +0100 Original-Received: from localhost ([::1]:38108 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lPO5L-0002Aq-97 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 25 Mar 2021 07:23:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:32800) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPO51-0002AW-N5 for help-gnu-emacs@gnu.org; Thu, 25 Mar 2021 07:23:11 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]:44956) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPO50-0002ZK-Dm for help-gnu-emacs@gnu.org; Thu, 25 Mar 2021 07:23:11 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lPO4x-0007jp-Gn for help-gnu-emacs@gnu.org; Thu, 25 Mar 2021 12:23:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Attribution: PQsr Received-SPF: pass client-ip=116.202.254.214; envelope-from=geh-help-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: 5 X-Spam_score: 0.5 X-Spam_bar: / X-Spam_report: (0.5 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:128556 Archived-At: >"EZ" == Eli Zaretskii writes: EZ> This has no chance of working correctly on Windows around the EZ> DST change date. We need some code to convert these DST EZ> specifications to what Windows can understand; patches welcome. IINM this means that on Windows around mode changes the use of icalendar can lead to errors. I haven't seen anything in the doc about it but I think it would be nice to put something about it. Unfortunately I am not able to provide a patch. I have simply advised function icalendar--parse-vtimezone to associate 'wall with timezone name Romance Standard Time on windows. -- Pascal Quesseveur pquessev@gmail.com