提交 8f3d48e1 编写于 作者: J Junio C Hamano

Merge branch 'jc/perl-git-comment-typofix' into maint

A comment fix.

* jc/perl-git-comment-typofix:
  perl/Git.pm: typofix in a comment
......@@ -532,7 +532,7 @@ sub version {
=cut
sub get_tz_offset {
# some systmes don't handle or mishandle %z, so be creative.
# some systems don't handle or mishandle %z, so be creative.
my $t = shift || time;
my $gm = timegm(localtime($t));
my $sign = qw( + + - )[ $gm <=> $t ];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册