diff options
author | lpsolit%gmail.com <> | 2009-02-11 16:45:27 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-02-11 16:45:27 +0100 |
commit | 9598c5404c3d47c69d7d83545eb447bb39dff078 (patch) | |
tree | 1c9f9ff7142ca323f31520be18a85c87f94d64d8 /template | |
parent | 6ff4a90021ac52122d254ee05f85cc2a2152a1a2 (diff) | |
download | bugzilla-9598c5404c3d47c69d7d83545eb447bb39dff078.tar.gz bugzilla-9598c5404c3d47c69d7d83545eb447bb39dff078.tar.xz |
Bug 341542: Include timestamp of query execution in programmatic search output (RDF) - Patch by Frank Becker <Frank@Frank-Becker.de> r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/list.rdf.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/list/list.rdf.tmpl b/template/en/default/list/list.rdf.tmpl index 873e4ed13..99c06c1ee 100644 --- a/template/en/default/list/list.rdf.tmpl +++ b/template/en/default/list/list.rdf.tmpl @@ -27,6 +27,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:bugs> <Seq> [% FOREACH bug = bugs %] |