Skip to content

Fix build date parsing for CentOS 7-based distros

Timo Furrer requested to merge fix-build-for-outDATEd-envs into master
  • 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

Loading