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 in Junit xml in GMT format issue. #543

Open
avinashnarra opened this issue Sep 20, 2022 · 1 comment
Open

Timestamp in Junit xml in GMT format issue. #543

avinashnarra opened this issue Sep 20, 2022 · 1 comment

Comments

@avinashnarra
Copy link

avinashnarra commented Sep 20, 2022

@ob @caniszczyk
We are using bluepill to run tests and at the end we are using a framework to post the results in xml in UI format.
During that process we are facing issue with GMT timestamp format.
As Junit XML has to follow ISO8601_DATETIME_PATTERN for timestamp
So is it possible to change GMT to UTC format?

@ob
Copy link
Member

ob commented Sep 24, 2022

I think bp isn't doing anything with the dates (see here for where we handle the start date).

We could add a timezone there to move it to UTC.

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