bug#44240: coreutils 8.30-3ubuntu2 "date" command doesn't like one specific date: 2020-09-06

2020-10-26 Thread Philip Rowlands
On Mon, 26 Oct 2020, at 15:14, Leo Wandersleb wrote: > for some reason I get an error with one specific date but not with others: > > $ for i in 08 09 10; do for j in 5 6 7; do d="2020-$i-0$j"; echo $d $( date > -d"$d" ); done; done > 2020-08-05 Wed 05 Aug 2020 12:00:00 AM -04 > 2020-08-06 Thu 06

bug#44240: coreutils 8.30-3ubuntu2 "date" command doesn't like one specific date: 2020-09-06

2020-10-26 Thread Leo Wandersleb
Hi, for some reason I get an error with one specific date but not with others: $ for i in 08 09 10; do for j in 5 6 7; do d="2020-$i-0$j"; echo $d $( date -d"$d" ); done; done 2020-08-05 Wed 05 Aug 2020 12:00:00 AM -04 2020-08-06 Thu 06 Aug 2020 12:00:00 AM -04 2020-08-07 Fri 07 Aug 2020