Commit 84005a980aeccf3c9ab68b01ac0964fa0b40212c

Jim Meyering 2007-10-31T20:32:07

Treat an empty date string exactly like "0". * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed, if the remaining date string (to be parsed) is empty, use "0". Reported by Mischa Molhoek and discussed in this thread: <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.