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

r=gerv, a=glob


git-svn-id: svn://10.0.0.236/trunk@265900 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2015-04-05 00:45:49 +00:00
parent 1379fd18cf
commit 1d5882cc07
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
9354 9355

View File

@ -1 +1 @@
52ff6aa09dc77100b2b5a9bd696d2042d7573e94 82ea617741781f0583857f55372335f179f1540d

View File

@ -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 %]