summaryrefslogtreecommitdiff
path: root/mercurial/templates/spartan/filelogentry.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/templates/spartan/filelogentry.tmpl')
-rw-r--r--mercurial/templates/spartan/filelogentry.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mercurial/templates/spartan/filelogentry.tmpl b/mercurial/templates/spartan/filelogentry.tmpl
index baff52d..63dd686 100644
--- a/mercurial/templates/spartan/filelogentry.tmpl
+++ b/mercurial/templates/spartan/filelogentry.tmpl
@@ -1,6 +1,6 @@
<table class="logEntry parity{parity}">
<tr>
- <th><span class="age">{date|rfc822date}</span>:</th>
+ <th><span class="age">{date|date}</span>:</th>
<th class="firstline"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></th>
</tr>
<tr>
@@ -18,7 +18,7 @@
</tr>
<tr>
<th class="date">date:</th>
- <td class="date">{date|rfc822date}</td>
+ <td class="date">{date|date}</td>
</tr>
</table>