bug-sh-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in GNU date.


From: Anthony Valentine
Subject: Bug in GNU date.
Date: Tue, 03 Apr 2001 10:25:11 -0800

Hello.

This is my first bug report, so please forgive me if I don't do it
right.

On April 2, 2001 I ran GNU date program (from sh-utils 2.0) with the
following options:

date -d 'last <weekday>' +%A

The wrong day is returned, except for monday which is correct.

$ date -d 'last friday' +%A
Thursday

$ date -d 'last thursday' +%A
Wednesday

$ date -d 'last wednesday' +%A
Tuesday

$ date -d 'last tuesday' +%A
Monday

$ date -d 'last monday' +%A
Monday



reply via email to

[Prev in Thread] Current Thread [Next in Thread]