Skip to content

Commit

Permalink
JUnit XML: Fix reported timestamp is wrong
Browse files Browse the repository at this point in the history
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
logmanoriginal committed Jan 7, 2024
1 parent 11379cd commit 03fffb8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 0 deletions.
Binary file modified JUnit XML/To ISO8601 Time.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 03fffb8

Please sign in to comment.