# HG changeset patch # User Bernhard Herzog # Date 1176228841 -7200 # Node ID ee32f709a374805c0fe4fd522f9cd337eab540c6 # Parent 39b2deea8481170afc4eefc675abc5917e455d80 add Z suffix to all times in status reports diff -r 39b2deea8481 -r ee32f709a374 treepkg/report.py --- a/treepkg/report.py Tue Apr 10 17:42:46 2007 +0200 +++ b/treepkg/report.py Tue Apr 10 20:14:01 2007 +0200 @@ -50,7 +50,7 @@ is ''. """ if timestamp: - return str(timestamp) + return timestamp.strftime("%Y-%m-%d %H:%M:%SZ") else: return ""