diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index a19b9702a01..6acd0a505cb 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9354 \ No newline at end of file +9355 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index 78c7a22d22d..355b349c728 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -52ff6aa09dc77100b2b5a9bd696d2042d7573e94 \ No newline at end of file +82ea617741781f0583857f55372335f179f1540d \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/list/list.atom.tmpl b/mozilla/webtools/bugzilla/template/en/default/list/list.atom.tmpl index 921977e8cb5..83993698746 100644 --- a/mozilla/webtools/bugzilla/template/en/default/list/list.atom.tmpl +++ b/mozilla/webtools/bugzilla/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 %]