show_date(): fix relative dates
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 20 Jan 2007 21:21:38 +0000 (22:21 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 21 Jan 2007 02:57:47 +0000 (18:57 -0800)
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>
No differences found