<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Tag: date</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: date</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 04:41:26 +0000</pubDate>

<item>
<title>chrishajer on "Change topic date format"</title>
<link>http://bbpress.org/forums/topic/change-topic-date-format#post-18628</link>
<pubDate>Sun, 24 Aug 2008 18:19:12 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18628@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The first thing you do is &#60;a href=&#34;http://bbpress.org/forums/search.php?q=date+format&#34;&#62;search these forums&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Maybe you would have stumbled upon &#60;a href=&#34;http://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format&#34;&#62;this&#60;/a&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>csseur3 on "Change topic date format"</title>
<link>http://bbpress.org/forums/topic/change-topic-date-format#post-18621</link>
<pubDate>Sun, 24 Aug 2008 15:20:14 +0000</pubDate>
<dc:creator>csseur3</dc:creator>
<guid isPermaLink="false">18621@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;i want to have the real date and not the the relative, how to do that?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "1970 issue"</title>
<link>http://bbpress.org/forums/topic/1970-issue#post-12402</link>
<pubDate>Sat, 01 Dec 2007 04:20:04 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12402@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Now the plugin browser theme just needs to be fixed :)
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "1970 issue"</title>
<link>http://bbpress.org/forums/topic/1970-issue#post-12399</link>
<pubDate>Fri, 30 Nov 2007 21:10:29 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12399@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I see.&#60;br /&#62;
There are some useless code in &#60;code&#62;search.php&#60;/code&#62;, like $users and $titles. They are not used in 0.8.3. If you can't switch to an updated template, then you should diff to find out what has been changed.
&#60;/p&#62;</description>
</item>
<item>
<title>electroniques on "1970 issue"</title>
<link>http://bbpress.org/forums/topic/1970-issue#post-12398</link>
<pubDate>Fri, 30 Nov 2007 21:04:13 +0000</pubDate>
<dc:creator>electroniques</dc:creator>
<guid isPermaLink="false">12398@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey.&#60;/p&#62;
&#60;p&#62;Yes, that's it.&#60;br /&#62;
Works like a charm now!&#60;br /&#62;
And yes again, I'm using 0.8.3, but switching to a different theme is close to impossible since I have modified it so heavily to match my Wordpress-Blog.&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "1970 issue"</title>
<link>http://bbpress.org/forums/topic/1970-issue#post-12397</link>
<pubDate>Fri, 30 Nov 2007 20:55:54 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12397@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is quite old (check this &#60;a href=&#34;http://trac.bbpress.org/changeset?new=trunk%2Fbb-templates%2Fkakumei%2Fsearch.php%40659&#38;#38;old=trunk%2Fbb-templates%2Fkakumei%2Fsearch.php%40635&#34;&#62;diff&#60;/a&#62;)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php echo date(__(&#38;#39;F j, Y, h:i A&#38;#39;), bb_get_post_time()); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php bb_post_time( __(&#38;#39;F j, Y, h:i A&#38;#39;) ); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You are using 0.8.3, right? You should use an updated theme.
&#60;/p&#62;</description>
</item>
<item>
<title>electroniques on "1970 issue"</title>
<link>http://bbpress.org/forums/topic/1970-issue#post-12396</link>
<pubDate>Fri, 30 Nov 2007 20:53:38 +0000</pubDate>
<dc:creator>electroniques</dc:creator>
<guid isPermaLink="false">12396@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey.&#60;/p&#62;
&#60;p&#62;I checked the Database time and it is correct.&#60;br /&#62;
So it must be some theme/bbpress related error.&#60;br /&#62;
Here's my search.php:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php bb_get_header(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;h3 class=&#34;bbcrumb&#34;&#38;gt;&#60;a&#62;&#34;&#38;gt;&#38;lt;?php option('name'); ?&#38;gt;&#60;/a&#62; &#38;raquo; &#38;lt;?php _e('Search')?&#38;gt;&#38;lt;/h3&#38;gt;&#60;br /&#62;
&#38;lt;?php search_form( $q ); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( !empty ( $q ) ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;&#38;lt;?php _e('Search for')?&#38;gt; &#38;#8220;&#38;lt;?php echo wp_specialchars($q); ?&#38;gt;&#38;#8221;&#38;lt;/h2&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( $users ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;&#38;lt;?php _e('Users')?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ul&#62;
&#38;lt;?php foreach ( $users as $user ) : ?&#38;gt;&#60;/p&#62;
&#60;li&#62;&#60;a&#62;ID); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php echo get_user_name( $user-&#38;gt;ID ); ?&#38;gt;&#60;/a&#62;&#60;/li&#62;
&#60;p&#62;&#38;lt;?php endforeach; ?&#38;gt;
&#60;/ul&#62;
&#60;p&#62;&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( $titles ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;&#38;lt;?php _e('Thread title matches')?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ol&#62;
&#38;lt;?php&#60;br /&#62;
foreach ( $titles as $topic ) :&#60;br /&#62;
$count = $topic-&#38;gt;topic_posts;&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;li&#62;&#38;lt;h4&#38;gt;&#60;a&#62;&#34;&#38;gt;&#38;lt;?php topic_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/h4&#38;gt;&#60;br /&#62;
&#38;lt;small&#38;gt;&#38;lt;?php printf(__(' %1$d replies &#38;#8212; Last reply: %2$s'), $count, get_topic_date(__('F j, Y'), $topic-&#38;gt;topic_id) ) ?&#38;gt; &#38;lt;/small&#38;gt;
&#60;/li&#62;
&#60;p&#62;&#38;lt;?php endforeach; ?&#38;gt;&#60;/p&#62;
&#60;/ol&#62;
&#60;p&#62;&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( $recent ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;&#38;lt;?php _e('Recent Posts')?&#38;gt;&#38;lt;/h2&#38;gt;&#60;br /&#62;
&#38;lt;ol class=&#34;results&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php foreach ( $recent as $bb_post ) : ?&#38;gt;&#60;/p&#62;
&#60;li&#62;&#38;lt;h4&#38;gt;&#60;a&#62;&#34;&#38;gt;&#38;lt;?php topic_title($bb_post-&#38;gt;topic_id); ?&#38;gt;&#60;/a&#62;&#38;lt;/h4&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;?php echo show_context($q, $bb_post-&#38;gt;post_text); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e('Posted') ?&#38;gt; &#38;lt;?php echo date(__('F j, Y, h:i A'), bb_get_post_time()); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;
&#60;/li&#62;
&#60;p&#62;&#38;lt;?php endforeach; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( $relevant ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;&#38;lt;?php _e('Relevant posts')?&#38;gt;&#38;lt;/h2&#38;gt;&#60;br /&#62;
&#38;lt;ol class=&#34;results&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php foreach ( $relevant as $bb_post ) : ?&#38;gt;&#60;/p&#62;
&#60;li&#62;&#38;lt;h4&#38;gt;&#60;a&#62;&#34;&#38;gt;&#38;lt;?php topic_title($bb_post-&#38;gt;topic_id); ?&#38;gt;&#60;/a&#62;&#38;lt;/h4&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;?php echo show_context($q, $bb_post-&#38;gt;post_text); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e('Posted') ?&#38;gt; &#38;lt;?php echo date(__('F j, Y, h:i A'), bb_get_post_time()); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;
&#60;/li&#62;
&#60;p&#62;&#38;lt;?php endforeach; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( !$topics &#38;#38;&#38;#38; !$recent &#38;#38;&#38;#38; !$relevant &#38;#38;&#38;#38; !users) : ?&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;?php _e('No results found.') ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;?php printf(__('You may also try your &#60;a href=&#34;http://google.com/search?q=site:%1$s %2$s&#34;&#62;search at Google&#60;/a&#62;'), bb_get_option('uri'), urlencode($q)) ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;?php bb_get_footer(); ?&#38;gt;&#60;br /&#62;
&#38;lt;/code&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "1970 issue"</title>
<link>http://bbpress.org/forums/topic/1970-issue#post-12394</link>
<pubDate>Fri, 30 Nov 2007 20:21:40 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12394@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Could you post the &#60;code&#62;search.php&#60;/code&#62; in your template? and check database to ensure the time is correct in database.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "1970 issue"</title>
<link>http://bbpress.org/forums/topic/1970-issue#post-12393</link>
<pubDate>Fri, 30 Nov 2007 20:02:37 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12393@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I reported a similar problem for the bbPress plugin forum about 6 weeks ago, but there is no action on the ticket.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/ticket/753&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/753&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My guess is the template is calling the wrong time/timestamp function since it doesn't happen with the stock kakumei theme.
&#60;/p&#62;</description>
</item>
<item>
<title>vafaaaan on "1970 issue"</title>
<link>http://bbpress.org/forums/topic/1970-issue#post-12392</link>
<pubDate>Fri, 30 Nov 2007 19:56:08 +0000</pubDate>
<dc:creator>vafaaaan</dc:creator>
<guid isPermaLink="false">12392@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;db table bb_topics -&#38;gt; row topic_time is datetime and picks time from server ? check if server time is correct .. maybe&#60;/p&#62;
&#60;p&#62;did you add the topic manually?
&#60;/p&#62;</description>
</item>
<item>
<title>electroniques on "1970 issue"</title>
<link>http://bbpress.org/forums/topic/1970-issue#post-12391</link>
<pubDate>Fri, 30 Nov 2007 19:49:11 +0000</pubDate>
<dc:creator>electroniques</dc:creator>
<guid isPermaLink="false">12391@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey.&#60;/p&#62;
&#60;p&#62;Usually it only displays the freshness of my forum's post, but when using the search function it also shows the date the post was created.&#60;br /&#62;
Unfortunately it show the year 1970.&#60;br /&#62;
Here's the link:&#60;br /&#62;
&#60;a href=&#34;http://www.cmscentral.de/content/forum/search.php?q=Family&#34; rel=&#34;nofollow&#34;&#62;http://www.cmscentral.de/content/forum/search.php?q=Family&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Does anyone know how to fix this?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "Forum Start Date"</title>
<link>http://bbpress.org/forums/topic/forum-start-date#post-6431</link>
<pubDate>Fri, 06 Apr 2007 00:10:49 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">6431@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Worked :)&#60;br /&#62;
Thanks again Trent!&#60;br /&#62;
Best,&#60;br /&#62;
Orion
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "Forum Start Date"</title>
<link>http://bbpress.org/forums/topic/forum-start-date#post-6384</link>
<pubDate>Thu, 05 Apr 2007 00:30:23 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">6384@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;beautiful, thanks Trent, I will give it a try.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Orion
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Forum Start Date"</title>
<link>http://bbpress.org/forums/topic/forum-start-date#post-6382</link>
<pubDate>Wed, 04 Apr 2007 23:48:24 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">6382@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Orion,&#60;/p&#62;
&#60;p&#62;The date is from the first post in the forum.   Adjust the timestamp of that in the database under bb_topics and then the post itself that is from the thread in bb_posts.   I had to do the same myself.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "Forum Start Date"</title>
<link>http://bbpress.org/forums/topic/forum-start-date#post-6380</link>
<pubDate>Wed, 04 Apr 2007 22:00:36 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">6380@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How do I reset the start date for my forum?&#60;/p&#62;
&#60;p&#62;I created my forum 2 months ago, but I would like my forum statistics (viewable from the initial admin page) to reflect the time frame since going public 1 month ago.  So, how do I reset that date?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Orion
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Time management needs a lot of care"</title>
<link>http://bbpress.org/forums/topic/time-management-needs-a-lot-of-care#post-3471</link>
<pubDate>Sun, 21 Jan 2007 17:48:35 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3471@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think this is the specific TRAC ticket to watch:&#60;br /&#62;
&#60;a href=&#34;http://trac.bbpress.org/ticket/521&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/521&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Time management needs a lot of care"</title>
<link>http://bbpress.org/forums/topic/time-management-needs-a-lot-of-care#post-3466</link>
<pubDate>Sun, 21 Jan 2007 16:47:26 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">3466@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am mountain time with a server in mountain time and I still had to tell config.php to use Eastern time for posts to show up correctly.   That is part of the reason Micheal is auditing the time functions for the release of 0.8 coming out fairly soon.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>mattgriffin on "Time management needs a lot of care"</title>
<link>http://bbpress.org/forums/topic/time-management-needs-a-lot-of-care#post-3465</link>
<pubDate>Sun, 21 Jan 2007 16:44:24 +0000</pubDate>
<dc:creator>mattgriffin</dc:creator>
<guid isPermaLink="false">3465@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just wanted to bump this time problem again here. Originally I had GMT - 5 hours. I set the correct GMT-7 for my server (in CA even though I'm in NY) but I still have Freshness -1 year for a few hours before it suddenly crosses the zero line and starts behaving more normally.&#60;/p&#62;
&#60;p&#62;Is this problem about to be resolved or should I keep playing &#34;guess&#34; the hour games until this problem stops happening?&#60;/p&#62;
&#60;p&#62;Matt
&#60;/p&#62;</description>
</item>
<item>
<title>thomasklaiber on "Time management needs a lot of care"</title>
<link>http://bbpress.org/forums/topic/time-management-needs-a-lot-of-care#post-3394</link>
<pubDate>Sat, 20 Jan 2007 10:52:30 +0000</pubDate>
<dc:creator>thomasklaiber</dc:creator>
<guid isPermaLink="false">3394@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have nearly the same problems.&#60;/p&#62;
&#60;p&#62;As I saw on Trac, there is already an important ticket aviable for this and I think it will be fixed in 0.80 or so ...
&#60;/p&#62;</description>
</item>
<item>
<title>SteveAgl on "Time management needs a lot of care"</title>
<link>http://bbpress.org/forums/topic/time-management-needs-a-lot-of-care#post-3393</link>
<pubDate>Sat, 20 Jan 2007 10:47:22 +0000</pubDate>
<dc:creator>SteveAgl</dc:creator>
<guid isPermaLink="false">3393@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The management of time and timezone in bbPress needs some care soon, actually you have to set up in config.php the timezone of your server to have freshness works, but this way you loose the time of your timezone if different.&#60;/p&#62;
&#60;p&#62;This is not a problem if server and users are on same timezone or in adiacent ones, but as I'm setting up a forum all in italina that has a timezone GMT +1 but server is in LA on PST timezone all the things mess up, if i wanna have time of posts correct for italy i get freshness gettind mad showing up -1 years freshness if i set the PST time zone freshness works right but i get the post time in that timezone too and this is not nice neither right.&#60;/p&#62;
&#60;p&#62;I don't think I'm the only one with this problem and the time management actually is not clear at all maybe it needs to have a server timezone offset and a desired tforum timezone offset or something like that.&#60;/p&#62;
&#60;p&#62;Any ideas ?
&#60;/p&#62;</description>
</item>
<item>
<title>circuit on "Time is all messed up..."</title>
<link>http://bbpress.org/forums/topic/time-is-all-messed-up#post-1517</link>
<pubDate>Sat, 18 Nov 2006 17:01:31 +0000</pubDate>
<dc:creator>circuit</dc:creator>
<guid isPermaLink="false">1517@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This isn't a great solution. For those of us who are not in the same timezone as our server, the board times are inaccurate even though the 'freshness' problem is solved. &#60;/p&#62;
&#60;p&#62;There must be a way to correct this, surely it would just be a case of adding the difference in hours back on to the time? Can anyone suggest where and how to replace this code? &#60;/p&#62;
&#60;p&#62;It will definitely make our board confusing for people if all the times are seven hours out.
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "Time is all messed up..."</title>
<link>http://bbpress.org/forums/topic/time-is-all-messed-up#post-1453</link>
<pubDate>Wed, 15 Nov 2006 15:26:46 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">1453@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Open your config.php in the bbpress root directory and change the offset.  You don't even have to reinstall anything, that's just where the forums go to get that value.  Changing that value and reuploading that file will fix the problem (same thing happened to me :) )
&#60;/p&#62;</description>
</item>
<item>
<title>mjfiszman on "Time is all messed up..."</title>
<link>http://bbpress.org/forums/topic/time-is-all-messed-up#post-1451</link>
<pubDate>Wed, 15 Nov 2006 11:52:50 +0000</pubDate>
<dc:creator>mjfiszman</dc:creator>
<guid isPermaLink="false">1451@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Same prob here. Would love a solution to this!
&#60;/p&#62;</description>
</item>
<item>
<title>mahodder on "Time is all messed up..."</title>
<link>http://bbpress.org/forums/topic/time-is-all-messed-up#post-1448</link>
<pubDate>Wed, 15 Nov 2006 07:01:52 +0000</pubDate>
<dc:creator>mahodder</dc:creator>
<guid isPermaLink="false">1448@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Same problem for me, is there anyway around this?? I get a freshness of -1 year if i put in -4 in the config file which gives me the correct post time but messes up the rest.&#60;/p&#62;
&#60;p&#62;When i put in -8 which is my servers time it works fine. Can't believe there isn't more posts on this unless i'm missing something...
&#60;/p&#62;</description>
</item>
<item>
<title>Starkmann on "New install with weird stats"</title>
<link>http://bbpress.org/forums/topic/new-install-with-weird-stats#post-994</link>
<pubDate>Thu, 02 Nov 2006 12:53:14 +0000</pubDate>
<dc:creator>Starkmann</dc:creator>
<guid isPermaLink="false">994@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I believe I sorted out my issue. By not setting my timezone correctly (or at all) it got confused. I assume it looked at the time stamp on some of the posts as being in the future and just defaulted to -1 year as a result. Cleaning this up seems to have fixed up my stats as well.
&#60;/p&#62;</description>
</item>
<item>
<title>Starkmann on "New install with weird stats"</title>
<link>http://bbpress.org/forums/topic/new-install-with-weird-stats#post-927</link>
<pubDate>Wed, 01 Nov 2006 15:36:08 +0000</pubDate>
<dc:creator>Starkmann</dc:creator>
<guid isPermaLink="false">927@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just found and installed bbPress today. I was surprised at how well it went. Now I am familiarizing myself with it currently I have two oddities that I do not understand. I tried looking at the docs but they seem limited at the time. Please feel free to direct me if I am mistaken.&#60;/p&#62;
&#60;p&#62;1) users registered for -1 year. both of my users registered today have this. Seems odd. I can't find anywhere to manipulate this&#60;/p&#62;
&#60;p&#62;2) weird stats. Below is what it says in my dashboard&#60;br /&#62;
    *  Posts per day: 44.132&#60;br /&#62;
    * Topics per day: 11.033&#60;br /&#62;
    * Registrations per day: 22.066&#60;br /&#62;
    * Forums started 2 hours ago.&#60;br /&#62;
I tried doing a post recount thinking it may reset this.&#60;/p&#62;
&#60;p&#62;any ideas?&#60;br /&#62;
thanks
&#60;/p&#62;</description>
</item>
<item>
<title>jammed on "Last post date"</title>
<link>http://bbpress.org/forums/topic/last-post-date#post-461</link>
<pubDate>Wed, 25 Oct 2006 07:19:47 +0000</pubDate>
<dc:creator>jammed</dc:creator>
<guid isPermaLink="false">461@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello! The freshness of a post shows -1 years. Is it possible to put the date instead?
&#60;/p&#62;</description>
</item>
<item>
<title>zurdognyc on "Time is all messed up..."</title>
<link>http://bbpress.org/forums/topic/time-is-all-messed-up#post-395</link>
<pubDate>Mon, 23 Oct 2006 18:54:31 +0000</pubDate>
<dc:creator>zurdognyc</dc:creator>
<guid isPermaLink="false">395@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok I think I figured out what was going on...   my server time (Chicago) is -5... I'm in NY (-4)    If I post an article using -5... it say 'Post Z Freshness X minutes ago' is correct... but the timestamp on the post is off by an hour.  If I change to -4... the timestamp is correct, but the freshness say -1 year until an hour goes by.  This is a bug correct?
&#60;/p&#62;</description>
</item>
<item>
<title>zurdognyc on "Time is all messed up..."</title>
<link>http://bbpress.org/forums/topic/time-is-all-messed-up#post-384</link>
<pubDate>Mon, 23 Oct 2006 17:44:45 +0000</pubDate>
<dc:creator>zurdognyc</dc:creator>
<guid isPermaLink="false">384@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I started my bbpress forgetting to set my time to -4   Several users registered and now all the timestamps are messed up.&#60;/p&#62;
&#60;p&#62;When someone creates a new topic, it shows it as 4 hours into the future, yet when someone posts a topic, it shows up as the correct time.&#60;/p&#62;
&#60;p&#62;How do I fix this?/What is causing the +4 rather than -4 (I'm sure I have it set to -4).  Also.. how do the times store in the db?  By GMT, and then bbpress subtracts 4  OR do they get stored GMT-4 ?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
