From: Simon Green Date: Sun, 5 Apr 2015 00:35:57 +0000 (+1000) Subject: Bug 123278 - CSV and RDF buglists should not use relative dates X-Git-Tag: release-5.1.1~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ea617741781f0583857f55372335f179f1540d;p=thirdparty%2Fbugzilla.git Bug 123278 - CSV and RDF buglists should not use relative dates r=gerv, a=glob --- diff --git a/template/en/default/list/list.atom.tmpl b/template/en/default/list/list.atom.tmpl index 921977e8cb..8399369874 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 %]