On Thu, Dec 03, 2009 at 07:33:13AM +0900, Nanako Shiraishi wrote: > Is there something wrong with 'show'? > > nana.git% ./test-date show '2005-04-07T22:13:13' > 2005-04-07T22:13:13 -> 40 years ago No. It doesn't call parse_date, but instead accepts a time_t-like "seconds since epoch". I intentionally didn't use parse_date because I didn't want bugs in parse_date to affect 'show' output, to keep testing simple. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html