mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Fixed typo in textual month detection, which caused date detection problems in december only.
This commit is contained in:
parent
11a4640e1d
commit
4f1bce6046
@ -1180,7 +1180,7 @@ function GetMonthFromString($szMonth)
|
||||
return 10;
|
||||
case "Nov":
|
||||
return 11;
|
||||
case "Dez":
|
||||
case "Dec":
|
||||
return 12;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user