Date: Thu, 3 Jun 2010 08:00:05 GMT From: "Valeriu Mihailov" <valeriu@mail.utm.md> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/147354: date(1) doesn't show the number of the last day of the year Message-ID: <201006030800.o53805TB037057@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/147354; it has been noted by GNATS. From: "Valeriu Mihailov" <valeriu@mail.utm.md> To: <bug-followup@FreeBSD.org>, "Valeriu Mihailov" <valeriu@mail.utm.md> Cc: Subject: Re: bin/147354: date(1) doesn't show the number of the last day of the year Date: Thu, 3 Jun 2010 10:34:36 +0300 This is a multi-part message in MIME format. ------=_NextPart_000_001E_01CB0308.5CCC5DB0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable RECTIFYING: date dont show number of the 31 day in months # date -v31d -v01m "+%j" 31d: Cannot apply date adjustment # date -v28d -v02m "+%j" 059 # date -v29d -v02m "+%j" 059 # date -v30d -v02m "+%j" 059 # date -v31d -v02m "+%j" 31d: Cannot apply date adjustment # date -v30d -v03m "+%j" 089 # date -v31d -v03m "+%j" 31d: Cannot apply date adjustment # date -v31d -v05m "+%j" 31d: Cannot apply date adjustment # date -v31d -v07m "+%j" 31d: Cannot apply date adjustment # date -v31d -v08m "+%j" 31d: Cannot apply date adjustment # date -v31d -v10m "+%j" 31d: Cannot apply date adjustment # date -v31d -v12m "+%j" 31d: Cannot apply date adjustment ------=_NextPart_000_001E_01CB0308.5CCC5DB0 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dkoi8-r"> <META content=3D"MSHTML 6.00.2900.3676" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>RECTIFYING: date dont show number = of the 31=20 day in months</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2># date -v31d -v01m "+%j"<BR>31d: Cannot = apply date=20 adjustment<BR># date -v28d -v02m "+%j"<BR>059<BR># date -v29d -v02m=20 "+%j"<BR>059<BR># date -v30d -v02m "+%j"<BR>059<BR># date -v31d -v02m=20 "+%j"<BR>31d: Cannot apply date adjustment<BR># date -v30d -v03m=20 "+%j"<BR>089<BR># date -v31d -v03m "+%j"<BR>31d: Cannot apply date=20 adjustment</FONT></DIV> <DIV><FONT face=3DArial size=3D2># date -v31d -v05m "+%j"<BR>31d: Cannot = apply date=20 adjustment</FONT></DIV> <DIV><FONT size=3D2><FONT face=3DArial># date -v31d -v07m "+%j"<BR>31d: = Cannot apply=20 date adjustment</FONT></FONT></DIV> <DIV><FONT size=3D2><FONT face=3DArial> <DIV><FONT size=3D2><FONT face=3DArial> <DIV><FONT size=3D2><FONT face=3DArial># date -v31d -v08m "+%j"<BR>31d: = Cannot apply=20 date adjustment <DIV><FONT size=3D2><FONT face=3DArial># date -v31d -v10m "+%j"<BR>31d: = Cannot apply=20 date adjustment</FONT></FONT></DIV> <DIV> <DIV><FONT size=3D2><FONT face=3DArial># date -v31d -v12m "+%j"<BR>31d: = Cannot apply=20 date=20 adjustment</FONT></FONT></DIV></DIV></FONT></FONT></DIV></FONT></FONT></D= IV></FONT></DIV></FONT></BODY></HTML> ------=_NextPart_000_001E_01CB0308.5CCC5DB0--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006030800.o53805TB037057>