Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2007 18:40:02 GMT
From:      Garrett Wollman <wollman@hergotha.csail.mit.edu>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/118330: /bin/date thinks December has 30 days
Message-ID:  <200711291840.lATIe12U094679@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/118330; it has been noted by GNATS.

From: Garrett Wollman <wollman@hergotha.csail.mit.edu>
To: wayne@staff.msen.com
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: bin/118330: /bin/date thinks December has 30 days
Date: Thu, 29 Nov 2007 13:12:46 -0500 (EST)

 In article <200711291807.lATI71aj028620@www.freebsd.org> you write:
 
 >Dec 31 does not:
 >% date -v31d -v12m -v7y  
 >31d: Cannot apply date adjustment
 
 Wrong argument order.  This fails because *November* has only 30 days.
 
 $ date -v7y -v12m -v31d
 Mon Dec 31 13:12:10 EST 2007
 
 -GAWollman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711291840.lATIe12U094679>