diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/list.rdf.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.rdf.tmpl b/template/en/default/list/list.rdf.tmpl index 00eca0e0b..1ee216a1e 100644 --- a/template/en/default/list/list.rdf.tmpl +++ b/template/en/default/list/list.rdf.tmpl @@ -15,7 +15,7 @@ <bz:result rdf:about="[% urlbase FILTER xml %]buglist.cgi?[% urlquerypart FILTER html %]"> <bz:installation rdf:resource="[% urlbase FILTER xml %]" /> - <bz:query_timestamp>[% currenttime FILTER time('%Y-%m-%d %T %Z') FILTER html %]</bz:query_timestamp> + <bz:query_timestamp>[% currenttime FILTER time('%Y-%m-%d %T %z') FILTER html %]</bz:query_timestamp> <bz:bugs> <Seq> [% FOREACH bug = bugs %] |