From unknown Wed Sep 10 16:41:29 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#41107 <41107@debbugs.gnu.org> To: bug#41107 <41107@debbugs.gnu.org> Subject: Status: date --date '20180325 02:58:00' fails Reply-To: bug#41107 <41107@debbugs.gnu.org> Date: Wed, 10 Sep 2025 23:41:29 +0000 retitle 41107 date --date '20180325 02:58:00' fails reassign 41107 coreutils submitter 41107 Julien Demaria severity 41107 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 06 04:46:31 2020 Received: (at submit) by debbugs.gnu.org; 6 May 2020 08:46:31 +0000 Received: from localhost ([127.0.0.1]:38478 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWFhH-0005CQ-6W for submit@debbugs.gnu.org; Wed, 06 May 2020 04:46:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:51218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWF2t-0002uE-4g for submit@debbugs.gnu.org; Wed, 06 May 2020 04:04:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34582) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jWF2t-00025I-04 for bug-coreutils@gnu.org; Wed, 06 May 2020 04:04:47 -0400 Received: from mx3.acri.fr ([5.252.148.15]:21020 helo=vwiexc030.acri.local) by eggs.gnu.org with esmtps (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jWF2s-0005Jn-BT for bug-coreutils@gnu.org; Wed, 06 May 2020 04:04:46 -0400 Received: from VWIEXC030.acri.local ([192.168.101.30]) by vwiexc030.acri.local ([192.168.101.30]) with mapi id 14.03.0439.000; Wed, 6 May 2020 09:59:14 +0200 From: Julien Demaria To: "bug-coreutils@gnu.org" Subject: date --date '20180325 02:58:00' fails Thread-Topic: date --date '20180325 02:58:00' fails Thread-Index: AdYjfDuC61F86ludQ4mteqmbtAvVYA== Date: Wed, 6 May 2020 07:59:13 +0000 Message-ID: <3B970FB76033264EB34479EC8A365E1104E9387401@vwiexc030.acri.local> Accept-Language: fr-FR, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.102.204] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received-SPF: pass client-ip=5.252.148.15; envelope-from=julien.demaria@acri-st.fr; helo=vwiexc030.acri.local X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/06 03:59:14 X-ACL-Warn: Detected OS = Windows 7 or 8 [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 06 May 2020 04:46:21 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi, We found this very suspect behavior: $ date --date '20180325 02:58:00' date: invalid date `20180325 02:58:00' but for the previous day it works...: $ date --date '20180323 02:58:00' Fri Mar 23 02:58:00 CET 2018 Is it a bug? Adding -u or setting TZ seems a workaround. Tested with version 8.28 on Ubuntu 18.04.4 LTS and also with version 8.13 on Debian GNU/Linux 7 Thanks in advance, Julien