From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by sourceware.org (Postfix) with ESMTPS id 8EAEE3858C62 for ; Wed, 28 Feb 2024 16:07:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8EAEE3858C62 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=t-online.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 8EAEE3858C62 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=194.25.134.85 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709136482; cv=none; b=FvrP9nCq1tWnOl9eNF9Gw07H1LN+/1enEi6n363UAxXYGD2eGPw+p4F/5+L13ERMcv34MousWHyx/kQqpBBbsxY8ofXugJl0iyu1K4ynX1npCQZNgI3Oa7cT5aooa1KG5JlH8QvckjTItri2ajZMLND6+h4/IUyuOj/USzncYno= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709136482; c=relaxed/simple; bh=cNGM2A/o8DQyQLVijXYEbYQSAaWmnbbsxevkMcE5ubo=; h=Subject:From:To:Message-ID:Date:MIME-Version; b=pK8bQsfWF8ivovqXUDxnhOGIBzPaUKhGzTwbNmfSNS+4ZSF/oMD5m4WlLhBcWL15aqD85f1znyVHATgY9Wgu0zEljJMPKPQb8tpfSISWeuU5JHOPGMneiGUPKLuWq+IRfC8Bxd+Add443Gr8jDfEkudSviadancNLIY9nShXRsA= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout11.t-online.de (Postfix) with SMTP id 5774E74D4 for ; Wed, 28 Feb 2024 17:07:56 +0100 (CET) Received: from [192.168.2.102] ([87.187.47.57]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rfMTH-1FNtKq0; Wed, 28 Feb 2024 17:07:51 +0100 Subject: Re: [PATCH cygport] Set TZ=UTC if SOURCE_DATE_EPOCH is used From: Christian Franke To: cygwin-apps@cygwin.com Reply-To: cygwin-apps@cygwin.com References: <865bc266-247f-677c-7d88-0b909d7cdf4d@t-online.de> Message-ID: <104b2c06-ecb5-a7e8-a4e4-bd9219f1305b@t-online.de> Date: Wed, 28 Feb 2024 17:07:51 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 SeaMonkey/2.53.16 MIME-Version: 1.0 In-Reply-To: <865bc266-247f-677c-7d88-0b909d7cdf4d@t-online.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-TOI-EXPURGATEID: 150726::1709136471-FD2AD990-6D16BAF8/0/0 CLEAN NORMAL X-TOI-MSGID: e6afcfeb-6d9d-4669-8944-675494baead2 X-Spam-Status: No, score=-7.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_DMARC_STATUS,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Christian Franke wrote: > Further tests of 'repro-check' patch revealed that the "origsrc/*" > timestamps in patch files contain the local timezone offset. > This would be no longer needed for patch files if "Modify origsrc timestamp in patch files if SOURCE_DATE_EPOCH is used" would be applied. This TZ=UTC patch could possibly be dropped then. > The attached patch is on top of the "Add more checks of > SOURCE_DATE_EPOCH" patch. It could also be applied independently but > then requires conflict resolution due to the then missing 'else' branch. >