-
Bug
-
Resolution: Done
-
Major
-
2.0.0.Final
-
None
-
None
The Syslog handler is outputting an extra zero before the month in the header timestamp for RFC5424, specifically for October.
Checking Github, I have noticed that the month number is tested for double digit before being offset, so a zero is added for October (month 9 for java.util.Calendar), then offset for proper display (month "10" for ISO8601), resulting in a three-digit month ("010").