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:
parent
1379fd18cf
commit
1d5882cc07
@ -1 +1 @@
|
|||||||
9354
|
9355
|
||||||
@ -1 +1 @@
|
|||||||
52ff6aa09dc77100b2b5a9bd696d2042d7573e94
|
82ea617741781f0583857f55372335f179f1540d
|
||||||
@ -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 %]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user