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

2012-10-12 Thread Michael Haggerty
On 10/12/2012 02:14 AM, Christopher Rorvick wrote: > 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 speci

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

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

2012-10-11 Thread Michael Haggerty
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 made the default behavior, as setting TZ=UTC in the > environment b

[PATCH] git-cvsimport: support local timezone

2012-10-11 Thread Chris Rorvick
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 made the default behavior, as setting TZ=UTC in the environment before doing the import is equivalent to the current behav