Comment 1 for bug 481119

Revision history for this message
Robert Collins (lifeless) wrote :

subunit generates UTC aware timestamps, and junitxml doesn't grok that because the types are (IMO wrongly) incompatible.

I think this is a significant and imprtant bug to fix, but I want to get another subunit release done so it may be a little bit before I get to this.

I think a reasonable way to fix this would be to:
 - get utc aware timestamps from utcnow

and leave it at that for now.