From owner-cvs-src@FreeBSD.ORG Mon Aug 9 21:08:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1951E16A4CE for ; Mon, 9 Aug 2004 21:08:30 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id B33F643D1D for ; Mon, 9 Aug 2004 21:08:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i79L5Zqm064285; Mon, 9 Aug 2004 15:05:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 09 Aug 2004 15:05:37 -0600 (MDT) Message-Id: <20040809.150537.96131820.imp@bsdimp.com> To: johan@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20040809194918.GA7261@numeri.campus.luth.se> References: <20040809184508.GB60120@freebie.xs4all.nl> <20040809185031.GX26004@sirius.firepipe.net> <20040809194918.GA7261@numeri.campus.luth.se> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: nsouch@FreeBSD.org cc: will@csociety.org cc: rik@cronyx.ru cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org cc: wb@freebie.xs4all.nl Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 21:08:30 -0000 In message: <20040809194918.GA7261@numeri.campus.luth.se> Johan Karlsson writes: : On Mon, Aug 09, 2004 at 13:50 (-0500), Will Andrews wrote: : > On Mon, Aug 09, 2004 at 08:45:08PM +0200, Wilko Bulte wrote: : > > Yuck. /me loves YYYYMMDD. This American(?) MMDDYYYY is the worst : > > date format yet invented :-P : > : > It's not as bad as the European DDMMYYYY. :P : : At least DDMMYYYY is in increasing order of magnitude :-) : : MMDDYYYY is in no order at all. But YYYYMMDD is sortable w/o a special date type! Warner