Skip to content

Backports 17.0: Fix build date parsing for CentOS 7-based distros

  • Fix build date parsing for CentOS 7-based distros

This change set fixes the build date time parsing on CentOS 7-based Linux distributions. Those distributions ship with an outdated GNU date command that produces slightly invalid RFC3339 date time strings.

The details on affected distributions is in the code comments.

Refs #573 (closed) Closes #572 (closed)

Changelog: fixed

Merge request reports