Actions
Bug #7741
closeddate of report may be invalid on windows
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
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 )
Actions