From: Johannes Schindelin Date: Sat, 20 Jan 2007 21:21:38 +0000 (+0100) Subject: show_date(): fix relative dates X-Git-Tag: v1.5.0-rc2~16 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/da8f070cee6795594e4ac2af9f1e11cf9a7d3649?hp=da8f070cee6795594e4ac2af9f1e11cf9a7d3649 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 ---