git-svn fix to avoid using strftime %z
commite871784132038a500f3390859da3bbe95b9a0fc2
authorBen Walton <bwalton@artsci.utoronto.ca>
Tue, 24 Feb 2009 19:44:49 +0000 (24 14:44 -0500)
committerEric Wong <normalperson@yhbt.net>
Tue, 24 Feb 2009 21:45:36 +0000 (24 13:45 -0800)
treef7d5ae64e133bd860809f64439f8da26500ed240
parentd43c07b8ee6684a0df8636a0c849605f0ffc066f
git-svn fix to avoid using strftime %z

%z isn't available on all platforms in the date formatting
routines.  Provide a workalike capability that should be
more portable.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl