Changes to support local timezone offsets in imported commits. Modified documentation to clarify behavior of new -l option. Also, I split the original patch into two because using localtime()/timelocal() does not affect current functionality, but makes for sane results if someone monkeys with the hardcoded TZ environment setting. Also, the problem solved by the second patch could also be addressed by simply removing the hardcoded TZ setting in favor of having the user specify in their environment. Both of these solutions build on the changes made in the first patch, though. Chris Rorvick (2): git-cvsimport: use localtime for converting timestamps git-cvsimport: allow local timezone for commits Documentation/git-cvsimport.txt | 13 ++++++++++--- git-cvsimport.perl | 13 +++++++------ 2 files changed, 17 insertions(+), 9 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html