Re: [PATCH v2 2/2] git-cvsimport: allow local timezone for commits

2012-10-14 Thread Christopher Rorvick
On Sun, Oct 14, 2012 at 1:04 AM, Junio C Hamano wrote: > Chris Rorvick writes: > >> CVS patches are imported with the timezone offset of + (UTC). >> Allow timezone offsets to be calculated from the the local timezone by >> adding -l to the command line or specifying cvsimport.l in the config.

Re: [PATCH] git-cvsimport: support local timezone

2012-10-11 Thread Christopher Rorvick
On Thu, Oct 11, 2012 at 5:43 PM, Michael Haggerty wrote: > On 10/11/2012 10:48 PM, Chris Rorvick wrote: >> CVS patches are unconditionally imported with a UTC timezone. Allow >> the local timezone by adding -l to the command line or specifying >> cvsimport.l in the config. >> >> This could be mad