git svn fetch: Create correct commit timestamp when using --localtime
commit1adc4b9a5886465adc71116b7ff2d5c320731e05
authorUrs Thuermann <urs@isnogud.escape.de>
Sat, 5 Aug 2017 00:12:15 +0000 (5 02:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Aug 2017 16:57:44 +0000 (8 09:57 -0700)
treecd8fbd929ec5ca00f93867029f146e6e1f45442d
parentcf8899d285d2648013040ec7196ffd3de0606664
git svn fetch: Create correct commit timestamp when using --localtime

In parse_svn_date() prepend the correct UTC offset to the timestamp
returned.  This is the offset in effect at the commit time instead of
the offset in effect at calling time.

Signed-off-by: Urs Thuermann <urs@isnogud.escape.de>
Reviewed-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git/SVN.pm