show_date(): fix relative dates
commitda8f070cee6795594e4ac2af9f1e11cf9a7d3649
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 20 Jan 2007 21:21:38 +0000 (20 22:21 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 21 Jan 2007 02:57:47 +0000 (20 18:57 -0800)
treee8c9788ff2a1c2e6ba1f51a303742f6e62f27c66
parentb15af07928cf8aaf405407ec94fca4a9202edbc2
show_date(): fix relative dates

We pass a timestamp (i.e. number of seconds elapsed since Jan 1 1970,
00:00:00 GMT) to the function. So there is no need to "fix" the
timestamp according to the timezone.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
date.c