]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 123278 - CSV and RDF buglists should not use relative dates
authorSimon Green <simon@simongreen.net>
Sun, 5 Apr 2015 00:35:57 +0000 (10:35 +1000)
committerSimon Green <simon@simongreen.net>
Sun, 5 Apr 2015 00:35:57 +0000 (10:35 +1000)
r=gerv, a=glob

template/en/default/list/list.atom.tmpl

index 921977e8cb5393bcb7b52bfabc956c70da87b626..839936987462a1d9129345e433b9b9479f6ee67d 100644 (file)
       [% 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 %]