Bug #7741
date of report may be invalid on windows
Effort required:
Priority:
Description
On a windows system hosted on a linux system, the timezone may wreak havoc on the system, as i get reports with "16:10:39+0:00" in the report, when I'm actually +1:00
The command
"{0:HH:mm:sszzz}" -f (get-date) returns the proper value
16:11:06+01:00
(see http://stackoverflow.com/questions/11035905/powershell-display-current-time-with-time-zone )
Updated by Nicolas CHARLES about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/859
Updated by Nicolas CHARLES about 5 years ago
The merge to 3.2 will be painful due to #7142 https://github.com/Normation/rudder-techniques/pull/787/files
Updated by Nicolas CHARLES about 5 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|4f23f5575276311e2a55f1933f9980102d35d1f0.
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from Pending release to Released