From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18271 invoked from network); 12 Aug 2021 03:12:51 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 12 Aug 2021 03:12:51 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 1ess; Wed Aug 11 21:13:45 -0400 2021 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 02b4852c (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Wed, 11 Aug 2021 15:26:49 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Wed, 11 Aug 2021 18:26:47 -0400 From: ori@eigenstate.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: responsive package NoSQL CSS-oriented framework Subject: [9front] 'date -m': remove? Reply-To: 9front@9front.org Precedence: bulk The '-m' flag was added to date largely to support git scripts. It predates the tmdate code, which is why it exists, but it's a recent enough addition that nothing I'm aware of uses it, other than git. I'd like to remove it, since 'date -f' covers its functionality completely. Any objections?