From 82ea617741781f0583857f55372335f179f1540d Mon Sep 17 00:00:00 2001 From: Simon Green Date: Sun, 5 Apr 2015 10:35:57 +1000 Subject: Bug 123278 - CSV and RDF buglists should not use relative dates r=gerv, a=glob --- template/en/default/list/list.atom.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/list') 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 %] [% columns.opendate.title FILTER html %] - [% bug.opendate FILTER html %] + [% bug.opentime FILTER time("%Y-%m-%dT%H:%M:%SZ", "UTC") %] [% columns.changeddate.title FILTER html %] - [% bug.changeddate FILTER html -%] + [% bug.changedtime FILTER time("%Y-%m-%dT%H:%M:%SZ", "UTC") -%] [% END %] -- cgit v1.2.3-24-g4f1b