diff --git a/templates/repo/graph/commits.tmpl b/templates/repo/graph/commits.tmpl index 44f63a7d7..f5fc27315 100644 --- a/templates/repo/graph/commits.tmpl +++ b/templates/repo/graph/commits.tmpl @@ -71,7 +71,7 @@ {{$userName}} {{end}} </span> - <span class="time gt-df gt-ac">{{$commit.Date}}</span> + <span class="time gt-df gt-ac">{{DateTime "full" $commit.Date}}</span> {{end}} </li> {{end}}