Commit 82ea6177 authored by Simon Green's avatar Simon Green

Bug 123278 - CSV and RDF buglists should not use relative dates

r=gerv, a=glob
parent 52ff6aa0
...@@ -69,10 +69,10 @@ ...@@ -69,10 +69,10 @@
[% END %] [% END %]
</tr><tr class="bz_feed_creation_date"> </tr><tr class="bz_feed_creation_date">
<td>[% columns.opendate.title FILTER html %]</td> <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"> </tr><tr class="bz_feed_changed_date">
<td>[% columns.changeddate.title FILTER html %]</td> <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> </tr>
</table> </table>
[% END %] [% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment