]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 313492: Query RSS doesn't correctly handle timezones in dc:date - Patch by Phil...
authorlpsolit%gmail.com <>
Sat, 19 Nov 2005 09:43:44 +0000 (09:43 +0000)
committerlpsolit%gmail.com <>
Sat, 19 Nov 2005 09:43:44 +0000 (09:43 +0000)
template/en/default/list/list.rss.tmpl

index f1d6c4745430bf5b33ef87c3660c8a77700f336b..cf6901bd7d64e9c68588cdd4dcc2f8cd0b13c87b 100644 (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 %]