Commit 8501a6a1 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 313492: Query RSS doesn't correctly handle timezones in dc:date - Patch by…

Bug 313492: Query RSS doesn't correctly handle timezones in dc:date - Patch by Phil Ringnalda <bugzilla@philringnalda.com> r/a=myk
parent 29cf8805
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</title> </title>
<link>[% Param('urlbase') FILTER xml %]show_bug.cgi?id=[% bug.bug_id FILTER xml %]</link> <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: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> <description>
[%# Filter out the entire block, so that we don't need to escape the html code out %] [%# Filter out the entire block, so that we don't need to escape the html code out %]
[% FILTER xml %] [% FILTER xml %]
......
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