I notice this behavior with coreutils-8.9 :
[root@pompomgalli]# /bin/date -d "02:50"
/bin/date: invalid date `02:50'
The universal time parsing seems not affected :
[root@pompomgalli]# /bin/date -u -d "02:50"
Sun Mar 27 02:50:00 UTC 2011
Regards, Cédric.
Le 27/03/2011 16:48, Fulvio Donazzolo a écrit :
$ date -d "02:50" date: invalid date `02:50' $ date -d "01:50" Sun Mar 27 01:50:00 CET 2011 $ date -d "03:50" Sun Mar 27 03:50:00 CEST 2011 bug only with "02:XX"
