Comment 2 for bug 481119

Revision history for this message
John A Meinel (jameinel) wrote :

Just noting that I just ran into this. We'd like to start using hudson instead of buildbot for babune, so I figured I'd try hooking up some of the Windows bits. However, any testing I've done always fails with this.

I don't quite understand why, given that the code I see in junitxml is:
def _now(self):
    if self._set_time is not None:
        return self._set_time
    else:
        return datetime.datetime.utcnow()