Actions
Bug #11421
closedClient sends full date
Difficulty:
Triaged:
No
Description
scap client should send full date: today: 2015-08-18, needed: 2015-08-18 12:31, or better Time.now.to_i
Updated by Shlomi Zadok over 9 years ago
- Related to Tracker #11423: foreman_openscap 0.5.0 tracker - arf reports refactor added
Updated by Shlomi Zadok about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart_proxy_openscap/pull/17 added
- Pull request deleted (
)
Creating the date with Time.now.to_i, instead of Time.now.strftime("%Y-%m-%d"). Also created the date only once.
Updated by Shlomi Zadok about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions