Fix approxidate() to understand more extended numbers
commit393d340e4f4ae571cd48387c29c85e9ab098b098
authorLinus Torvalds <torvalds@osdl.org>
Thu, 28 Sep 2006 19:14:27 +0000 (28 12:14 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 29 Sep 2006 01:25:25 +0000 (28 18:25 -0700)
tree30b3d8824d861225d864c4358f9549e9f194b85e
parente92a54d99cb36eab6e29069fe3b135e6e6b24f12
Fix approxidate() to understand more extended numbers

You can now say "5:35 PM yesterday", and approxidate() gets the right answer.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
date.c