Bug 313492: Query RSS doesn't correctly handle timezones in dc:date - Patch by Phil Ringnalda <bugzilla@philringnalda.com> r/a=myk

git-svn-id: svn://10.0.0.236/trunk@184965 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com 2005-11-19 01:43:44 +00:00
parent 9bb49c46ea
commit 2df00544cc

View File

@ -63,7 +63,7 @@
</title>
<link>[% Param('urlbase') FILTER xml %]show_bug.cgi?id=[% bug.bug_id FILTER xml %]</link>
<dc:creator>[% bug.reporter_realname FILTER xml %]</dc:creator>
<dc:date>[% date.format( format=>"%Y-%m-%dT%H:%MZ",time=>bug.opentime) FILTER xml %]</dc:date>
<dc:date>[% date.format(format=>"%Y-%m-%dT%H:%MZ",time=>bug.opentime,gmt=>1) FILTER xml %]</dc:date>
<description>
[%# Filter out the entire block, so that we don't need to escape the html code out %]
[% FILTER xml %]