Commit 836f2b06 authored by Matt Selsky's avatar Matt Selsky Committed by Gervase Markham

Bug 822629 - use numeric form when specifying time zones in RDF output for buglist.cgi. r=gerv.

parent 5db53c9e
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment