]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 822629 - use numeric form when specifying time zones in RDF output for buglist...
authorMatt Selsky <selsky@columbia.edu>
Sun, 7 Dec 2014 13:59:32 +0000 (13:59 +0000)
committerGervase Markham <gerv@gerv.net>
Sun, 7 Dec 2014 13:59:32 +0000 (13:59 +0000)
template/en/default/list/list.rdf.tmpl

index 00eca0e0b9f3c914eae14664bab69706ced2da1e..1ee216a1ee5ad134754741dfc88170ecfd525068 100644 (file)
@@ -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 %]