projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04b2bf3
)
Removed comment from example
author
Aaron Bentley
<aaron.bentley@utoronto.ca>
Thu, 24 Mar 2005 05:40:49 +0000
(
05:40
+0000)
committer
Aaron Bentley
<aaron.bentley@utoronto.ca>
Thu, 24 Mar 2005 05:40:49 +0000
(
05:40
+0000)
libbe/utility.py
patch
|
blob
|
history
diff --git
a/libbe/utility.py
b/libbe/utility.py
index 3ed4bda015d88bcbbc84f7459d204d52afa3cb6d..de5d2c58ee30d6f6a598972ca9b06c9a8a1cdfef 100644
(file)
--- a/
libbe/utility.py
+++ b/
libbe/utility.py
@@
-70,7
+70,6
@@
def str_to_time(str_time):
>>> str_to_time("Thu, 01 Jan 1970 00:00:00 +0000")
0
>>> q = time.time()
- # int(q) because the round-trip loses sub-second data
>>> str_to_time(time_to_str(q)) == int(q)
True
"""