From: Ben Walton Date: Sat, 28 Feb 2009 03:11:45 +0000 (-0500) Subject: git-svn - return original format_svn_date semantics X-Git-Tag: v1.6.2~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/736e619a1be92fcb6eac0155b51bc93d1dcc3157?hp=736e619a1be92fcb6eac0155b51bc93d1dcc3157 git-svn - return original format_svn_date semantics When %z was removed from the strftime call and subsituted with a local gmt offset calculation, time() was no longer the default for all time functions as it was with the previous localtime(shift). This is now corrected so that format_svn_time behaves as it used to. Signed-off-by: Ben Walton Acked-by: Eric Wong Signed-off-by: Junio C Hamano ---