InterNetNews / inn

INN (InterNetNews) Usenet server
https://www.isc.org/othersoftware/#INN
Other
68 stars 12 forks source link

Add support for high-precision timestamps in innreport #276

Closed Julien-Elie closed 1 year ago

Julien-Elie commented 1 year ago

Debian 12 (bookworm) switched the default rsylog logging from low-precision timestamps (like Jul 29 04:15:01) to high-precision timestamps (like 2023-07-29T04:15:01.889064+02:00), which broke daily Usenet reports as innreport no longer managed to parse log entries. Anyway, this was a latent bug because high-precision timestamps could already be used with rsyslog before they became the default.

innreport should decode them.