Skip to content

pk: Support empty date_eol for EOL distro message

Timothée Ravier requested to merge ravier/discover:empty-date_eol into master

Distribution releases that do not have a date_eol set are parsed as having a date_eol set to the UNIX Epoch and are thus considered already EOL.

Use 1971 instead of 1970 to account for potential timezone conversion issues.

Merge request reports