summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2014-12-07 14:59:32 +0100
committerGervase Markham <gerv@gerv.net>2014-12-07 14:59:32 +0100
commit836f2b06076c2679da6a9ac6ae00e1abb69aa200 (patch)
treebb170de34e622d3aed2f0bb03d853f039b788891 /template/en/default/list
parent5db53c9ecf6270bd8ea6092c0893e96703f6ad61 (diff)
downloadbugzilla-836f2b06076c2679da6a9ac6ae00e1abb69aa200.tar.gz
bugzilla-836f2b06076c2679da6a9ac6ae00e1abb69aa200.tar.xz
Bug 822629 - use numeric form when specifying time zones in RDF output for buglist.cgi. r=gerv.
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/list.rdf.tmpl2
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 %]