Re: git svn fetch --localtime produces wrong commit times

2017-08-02 Thread Urs Thuermann
Urs Thuermann writes: > I could find the bug grepping through /usr/lib/git-core/git-svn, maybe > it's in GIT::SVN::Fetcher or some other GIT::SVN module. Oops, that should be "could *not* find", of course. urs

git svn fetch --localtime produces wrong commit times

2017-08-02 Thread Urs Thuermann
In converting a SVN repository to git, the commit timestamp is generated incorrectly. I use "git svn fetch --localtime" and the offset from UTC is always set to +0200 (probably because that is the current local offset here, i.e. Europe/Berlin) even for times when it should be +0100. For example,