From 8501a6a12adf670fb0b3a6f356c53e47d233ea6d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 19 Nov 2005 09:43:44 +0000 Subject: Bug 313492: Query RSS doesn't correctly handle timezones in dc:date - Patch by Phil Ringnalda r/a=myk --- template/en/default/list/list.rss.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/list/list.rss.tmpl b/template/en/default/list/list.rss.tmpl index f1d6c4745..cf6901bd7 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 %] -- cgit v1.2.3-24-g4f1b