diff --git a/progit/templates/commit.html b/progit/templates/commit.html
index 384498c..9060f2b 100644
--- a/progit/templates/commit.html
+++ b/progit/templates/commit.html
@@ -17,14 +17,14 @@
Author |
{{ commit.author.name }} {{ '<' + commit.author.email + '>' }}
- - {{ commit.commit_time }}
+ - {{ commit.commit_time | format_ts}}
|
Committer |
{{ commit.committer.name }} {{ '<' + commit.committer.email + '>' }}
- - {{ commit.commit_time }}
+ - {{ commit.commit_time | format_ts }}
|