Skip to content
New issue

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

timestamp field is rendered incorrectly #17

Closed
AnashOommen opened this issue Jan 24, 2020 · 1 comment
Closed

timestamp field is rendered incorrectly #17

AnashOommen opened this issue Jan 24, 2020 · 1 comment

Comments

@AnashOommen
Copy link

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.

@AnashOommen AnashOommen changed the title Timestamp field is rendered incorrectly timestamp field is rendered incorrectly Jan 24, 2020
@Siphonophora
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants