From 2df00544ccebef31fe1747ce8366fed5557e9a8a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Sat, 19 Nov 2005 01:43:44 +0000 Subject: [PATCH] Bug 313492: Query RSS doesn't correctly handle timezones in dc:date - Patch by Phil Ringnalda r/a=myk git-svn-id: svn://10.0.0.236/trunk@184965 18797224-902f-48f8-a5cc-f745e15eee43 --- .../webtools/bugzilla/template/en/default/list/list.rss.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/list/list.rss.tmpl b/mozilla/webtools/bugzilla/template/en/default/list/list.rss.tmpl index f1d6c474543..cf6901bd7d6 100644 --- a/mozilla/webtools/bugzilla/template/en/default/list/list.rss.tmpl +++ b/mozilla/webtools/bugzilla/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 %]