File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9138,8 +9138,7 @@ sub DefinePerlParsingFormat {
9138
9138
$i++;
9139
9139
push @fieldlib, 'date';
9140
9140
$PerlParsingFormat .=
9141
- "([^$LogSeparatorWithoutStar]+\\s[^$LogSeparatorWithoutStar]+)"
9142
- ; # Need \s for Exchange log files
9141
+ "([^$LogSeparatorWithoutStar]+\\s[^$LogSeparatorWithoutStar]+)"; # Need \s for Exchange log files
9143
9142
}
9144
9143
elsif ( $f =~ /%time3$/ )
9145
9144
{ # mon d hh:mm:ss or mon d hh:mm:ss or mon dd hh:mm:ss yyyy or day mon dd hh:mm:ss or day mon dd hh:mm:ss yyyy
@@ -9163,7 +9162,7 @@ sub DefinePerlParsingFormat {
9163
9162
$i++;
9164
9163
push @fieldlib, 'tz';
9165
9164
$PerlParsingFormat .=
9166
- "([^$LogSeparatorWithoutStar]+T[^$LogSeparatorWithoutStar]+)([-+]\d\d:\d\d )";
9165
+ "([^$LogSeparatorWithoutStar]+T[^$LogSeparatorWithoutStar]+)([-+]\\d\\d(?::?\\d\\d)? )";
9167
9166
}
9168
9167
9169
9168
# Special for methodurl and methodurlnoprot
You can’t perform that action at this time.
0 commit comments