Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Scripts: Restored timestamp
  • Loading branch information
pbeckingham committed Apr 11, 2017
1 parent 6e9d90e commit 76b770c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/summary
Expand Up @@ -253,8 +253,7 @@ def writeReport(base_dir):

commit = findLatestCommit(os.path.join(branch_dir, branch))
report.write(" <td>{}</td>\n".format(commit['commit'][:8]))
#report.write(" <td>{}</td>\n".format(datetime.datetime.utcfromtimestamp(int(commit['timestamp'])).isoformat()))
report.write(" <td>{}</td>\n".format(commit['timestamp']))
report.write(" <td>{}</td>\n".format(datetime.datetime.utcfromtimestamp(int(commit['timestamp'])).isoformat()))

# Write latest commit summary.
summary = summarizeCommit(commit)
Expand Down

0 comments on commit 76b770c

Please sign in to comment.