Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JUnit XML: Fix reported timestamp is wrong
Timestamps in the generated report are in local time but it is missing the timezone indicator. Because of this, Azure Pipelines interprets the timestamp as UTC, which is typically wrong. Fixed by always reporting timestamps in UTC and adding "Z" to the value.
- Loading branch information