diff options
author | Matt Selsky <selsky@columbia.edu> | 2014-12-07 14:59:32 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-12-07 14:59:32 +0100 |
commit | 836f2b06076c2679da6a9ac6ae00e1abb69aa200 (patch) | |
tree | bb170de34e622d3aed2f0bb03d853f039b788891 | |
parent | 5db53c9ecf6270bd8ea6092c0893e96703f6ad61 (diff) | |
download | bugzilla-836f2b06076c2679da6a9ac6ae00e1abb69aa200.tar.gz bugzilla-836f2b06076c2679da6a9ac6ae00e1abb69aa200.tar.xz |
Bug 822629 - use numeric form when specifying time zones in RDF output for buglist.cgi. r=gerv.
-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 %] |