We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The timestamp field is rendered like this:
timestamp="2020-01-24T 01:21:18Z"
whereas it should be like this: 2008-01-24T01:21:18
2008-01-24T01:21:18
See the schema for more details.
https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd#L13
Rendering the timestamp like
DateTime.UtcNow.ToString("s")
Should give this formatting.
The text was updated successfully, but these errors were encountered:
Fix: Resolve incorrect timestamp format for #17
0024424
Resolved: https://github.com/spekt/junit.testlogger/releases/tag/v2.1.32
Sorry, something went wrong.
No branches or pull requests
The timestamp field is rendered like this:
timestamp="2020-01-24T 01:21:18Z"
whereas it should be like this:
2008-01-24T01:21:18
See the schema for more details.
https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd#L13
Rendering the timestamp like
DateTime.UtcNow.ToString("s")
Should give this formatting.
The text was updated successfully, but these errors were encountered: