git svn timezone issue?

2015-07-09 Thread Stefan Tatschner
Hi, at work we use svn, so I used "git svn" to import that stuff to git. Now it seems that there are some timezone issues. "git log" shows + as timezone, while "git svn log" shows the correct timezone +0200. $ git log -1 commit ceb8a8647e257d6caf2ad0ecc2298f8b269c9727 Author: John Doe Date:

Re: git svn timezone issue?

2015-07-09 Thread Stefan Tatschner
On Do, 2015-07-09 at 15:28 +0200, Stefan Tatschner wrote: > Hi, > > at work we use svn, so I used "git svn" to import that stuff to git. > Now it seems that there are some timezone issues. "git log" shows > + > as timezone, while "git svn log" shows the correct timezone +0200. Ok, I just di