Skip to content

Commit 4604a76

Browse files
committed
Include commit time
1 parent b711e28 commit 4604a76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

StyleCop.Analyzers.Status.Web/Views/Home/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ else
120120
</tr>
121121
<tr>
122122
<td>Author</td>
123-
<td>@Model.Git.Author</td>
123+
<td>@Model.Git.Author (@(Model.Git.Committer.When.ToUniversalTime().ToString("s") + "Z"))</td>
124124
</tr>
125125
<tr>
126126
<td>Committer</td>
127-
<td>@Model.Git.Committer</td>
127+
<td>@Model.Git.Committer (@(Model.Git.Committer.When.ToUniversalTime().ToString("s") + "Z"))</td>
128128
</tr>
129129
<tr>
130130
<td>Parents</td>

0 commit comments

Comments
 (0)