summaryrefslogtreecommitdiff
path: root/mercurial/templates/spartan/changelogentry.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/templates/spartan/changelogentry.tmpl')
-rw-r--r--mercurial/templates/spartan/changelogentry.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mercurial/templates/spartan/changelogentry.tmpl b/mercurial/templates/spartan/changelogentry.tmpl
index f506b94..52dd3fd 100644
--- a/mercurial/templates/spartan/changelogentry.tmpl
+++ b/mercurial/templates/spartan/changelogentry.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">{desc|strip|firstline|escape|nonempty}</th>
</tr>
<tr>
@@ -16,7 +16,7 @@
</tr>
<tr>
<th class="date">date:</th>
- <td class="date">{date|rfc822date}</td>
+ <td class="date">{date|date}</td>
</tr>
<tr>
<th class="files"><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>:</th>