提交 baa9c83f 编写于 作者: M Michael Casadevall

Fixed 822 queue report to actually print out the timestamp sanely

Signed-off-by: NMichael Casadevall <sonicmctails@gmail.com>
上级 bc6ac306
......@@ -450,7 +450,7 @@ def process_changes_files(changes_files, type, log):
log.write("Architectures: ")
log.write( (", ".join(arch_list.split(" "))) + "\n")
log.write("Age: " + time_pp(last_modified) + "\n")
log.write("Last-Modified: " + time.asctime(time.time() - last_modified) + "\n")
log.write("Last-Modified: " + str(int(time.time()) - int(last_modified)) + "\n")
log.write("Queue: " + type + "\n")
(name, mail) = maint.split(":")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册