Actions
Bug #12136
closedUser story #12053: Add a "rudder agent history" command
duration of runs in rudder agent run/history are broken
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
If the systeme is not configured in UTC+1 (like in France ...), duration of runs displayed in rudder agent run/history
It is displayed "0s" in rudder agent hisotry for each run
and "execution time: -1519133602.00s" in rudder agent run summary
The error is caused because we check if date on the server is currently configured by looking if the date of "2018-01-01" (00:00:00+00:00 is implicit said) is equal to a timestamp tha tin fact corresponds to "2017-12-31 23:00:00" which is not the same
Updated by Vincent MEMBRÉ almost 7 years ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ almost 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-agent/pull/159
Updated by Vincent MEMBRÉ almost 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-agent|884590b3c5f4a482527e81d80fcfc5a6419e04a1.
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.10 and 4.2.4 which were released today.
- 4.1.10: Announce Changelog
- 4.2.4: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions