We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840ed14 commit f81935cCopy full SHA for f81935c
perl/Git.pm
@@ -531,7 +531,7 @@ If TIME is not supplied, the current local time is used.
531
=cut
532
533
sub get_tz_offset {
534
- # some systmes don't handle or mishandle %z, so be creative.
+ # some systems don't handle or mishandle %z, so be creative.
535
my $t = shift || time;
536
my $gm = timegm(localtime($t));
537
my $sign = qw( + + - )[ $gm <=> $t ];
0 commit comments