summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorSimon Green <simon@simongreen.net>2015-04-05 02:35:57 +0200
committerSimon Green <simon@simongreen.net>2015-04-05 02:35:57 +0200
commit82ea617741781f0583857f55372335f179f1540d (patch)
tree91b7d9961c1fc5345637189098bb0407563830a4 /template/en/default/list
parent52ff6aa09dc77100b2b5a9bd696d2042d7573e94 (diff)
downloadbugzilla-82ea617741781f0583857f55372335f179f1540d.tar.gz
bugzilla-82ea617741781f0583857f55372335f179f1540d.tar.xz
Bug 123278 - CSV and RDF buglists should not use relative dates
r=gerv, a=glob
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/list.atom.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/list.atom.tmpl b/template/en/default/list/list.atom.tmpl
index 921977e8c..839936987 100644
--- a/template/en/default/list/list.atom.tmpl
+++ b/template/en/default/list/list.atom.tmpl
@@ -69,10 +69,10 @@
[% END %]
</tr><tr class="bz_feed_creation_date">
<td>[% columns.opendate.title FILTER html %]</td>
- <td>[% bug.opendate FILTER html %]</td>
+ <td>[% bug.opentime FILTER time("%Y-%m-%dT%H:%M:%SZ", "UTC") %]</td>
</tr><tr class="bz_feed_changed_date">
<td>[% columns.changeddate.title FILTER html %]</td>
- <td>[% bug.changeddate FILTER html -%]</td>
+ <td>[% bug.changedtime FILTER time("%Y-%m-%dT%H:%M:%SZ", "UTC") -%]</td>
</tr>
</table>
[% END %]