Actions
Bug #4703
closedReports from AIX nodes don't get parsed due to an erroneous date format
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Since #4595, we support running Rudder agent on AIX. However, the date format included in the reports lines is broken:
2014-03-29 15:51:45%:z
AIX's date command doesn't have a "%z" option to display the timezone offset, so we can fake it by using UTC and appending the constant string "+00:00".
Actions