Sorry - I'm not sure how I can find that.
I have opened the RSS Repeater and viewed the SecuredNewsRSSItem transformation, (code below). Time Zone set to inherit - Custom Time Zone: none.
<item>
<guid isPermaLink="true"><![CDATA[<%# GetAbsoluteUrl(GetDocumentUrl()) %>]]></guid>
<title><![CDATA[<%# Eval("NewsTitle") %>]]></title>
<description><![CDATA[<%# Eval("NewsSummary") %>]]></description>
<pubDate><%# Convert.ToDateTime(Eval("NewsReleaseDate")).ToString("r") %></pubDate>
<link><![CDATA[<%# GetAbsoluteUrl(GetDocumentUrl()) %>]]></link>
</item>