Default Go log/syslog is sending syslog messages in that format.
That is not according to the standard:
"The TIMESTAMP field is the local time and is in the format of "Mmm dd hh:mm:ss" (without the quote marks)"
But it is necessery if we want to parse lines sent by log/syslog.
This fixes issue https://github.com/mcuadros/go-syslog/issues/45.
Default Go log/syslog is sending syslog messages in that format. That is not according to the standard: "The TIMESTAMP field is the local time and is in the format of "Mmm dd hh:mm:ss" (without the quote marks)" But it is necessery if we want to parse lines sent by log/syslog.