From: lpsolit%gmail.com <> Date: Sat, 19 Nov 2005 09:43:44 +0000 (+0000) Subject: Bug 313492: Query RSS doesn't correctly handle timezones in dc:date - Patch by Phil... X-Git-Tag: bugzilla-2.22rc1~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8501a6a12adf670fb0b3a6f356c53e47d233ea6d;p=thirdparty%2Fbugzilla.git Bug 313492: Query RSS doesn't correctly handle timezones in dc:date - Patch by Phil Ringnalda r/a=myk --- diff --git a/template/en/default/list/list.rss.tmpl b/template/en/default/list/list.rss.tmpl index f1d6c47454..cf6901bd7d 100644 --- a/template/en/default/list/list.rss.tmpl +++ b/template/en/default/list/list.rss.tmpl @@ -63,7 +63,7 @@ [% Param('urlbase') FILTER xml %]show_bug.cgi?id=[% bug.bug_id FILTER xml %] [% bug.reporter_realname FILTER xml %] - [% date.format( format=>"%Y-%m-%dT%H:%MZ",time=>bug.opentime) FILTER xml %] + [% date.format(format=>"%Y-%m-%dT%H:%MZ",time=>bug.opentime,gmt=>1) FILTER xml %] [%# Filter out the entire block, so that we don't need to escape the html code out %] [% FILTER xml %]