projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cabb531
)
Only print RFC 2822 date in bug xml output.
author
W. Trevor King
<wking@drexel.edu>
Mon, 22 Jun 2009 15:50:09 +0000
(11:50 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 22 Jun 2009 15:50:09 +0000
(11:50 -0400)
libbe/bug.py
patch
|
blob
|
history
diff --git
a/libbe/bug.py
b/libbe/bug.py
index 0e54a1ad3e2ba24379917a5d227f6b8008448c53..8c095c5c5d2976c04f7215601db13e6d20818d14 100644
(file)
--- a/
libbe/bug.py
+++ b/
libbe/bug.py
@@
-245,9
+245,7
@@
class Bug(settings_object.SavedSettingsObject):
if self.time == None:
timestring = ""
else:
- htime = utility.handy_time(self.time)
- ftime = utility.time_to_str(self.time)
- timestring = "%s (%s)" % (htime, ftime)
+ timestring = utility.time_to_str(self.time)
info = [("uuid", self.uuid),
("short-name", shortname),