This is an automated email from the ASF dual-hosted git repository.
chug pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/master by this push:
new a56b28c NO-JIRA: fix seconds decimal formatting
a56b28c is described below
commit a56b28ccb1b552c5b2dc0872dcde1fa09c725cab
Author: Chuck Rolke <[email protected]>
AuthorDate: Tue Feb 11 16:57:08 2020 -0500
NO-JIRA: fix seconds decimal formatting
---
tests/system_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/system_test.py b/tests/system_test.py
index 83ce6e9..ec55e90 100755
--- a/tests/system_test.py
+++ b/tests/system_test.py
@@ -1228,7 +1228,7 @@ class Timestamp(object):
self.ts = datetime.now()
def __str__(self):
- return self.ts.strftime("%Y-%m-%d %H:%M:%S:%f")
+ return self.ts.strftime("%Y-%m-%d %H:%M:%S.%f")
class Logger(object):
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]