Re: forum RSS feed – wordpress widget – not up to date
thanks chris, this is my problem.
in my rss2.php in my themes folder I have the following line:
<pubDate><?php bb_post_time('D, d M Y H:i:s +0000'); ?></pubDate>
this is giving me this result:
<pubDate>Mo, 05 Jan 2009 21:58:55 +0000</pubDate>
but in the same file, the line:
<pubDate><?php echo gmdate('D, d M Y H:i:s +0000'); ?></pubDate>
is working fine. output:
<pubDate>Mon, 05 Jan 2009 23:24:47 +0000</pubDate>
I have: define('BBDB_CHARSET', 'utf8');
in my bb-config.