Add date and time to reviewers output

Change-Id: Ic989a68ef23a408a244717605d192a6bd038ead4
This commit is contained in:
Russell Bryant 2014-04-22 14:31:01 -04:00
parent 9dc0d1f221
commit 36002723b2
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ def write_pretty(reviewer_data, file_obj, options, reviewers, projects,
totals, change_stats):
"""Write out reviewers using PrettyTable."""
file_obj.write(str(datetime.datetime.utcnow()) + '\n\n')
if options.all:
file_obj.write(
'Reviews for the last %d days in projects: %s\n' %