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 v2 2/2] git-cvsimport: allow local timezone for commits

2012-10-13 Thread Junio C Hamano
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. A single "I do not like everybody's timestamp is in GMT, so

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

2012-10-12 Thread Chris Rorvick
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. This could be made the default behavior, as setting TZ=UTC in the environment before doing