smoody on "timezone and rss feed problem"
Hello, I am having a timezone problem (WP1.5). I set the 'Times in the weblog should differ by:' field to differ from the UTC time by -5 hours (I'm on the east coast, USA). Everything looks fine when...
View Articlesmoody on "timezone and rss feed problem"
After further inspection, it seems that the RSS feed pubtime for posts is output in *local time* as determined by the time offset in the options page used by WP1.5 instead of the UTC. Shouldn't the UTC...
View Articlecolinj on "timezone and rss feed problem"
I'm seeing exactly the same behavior. In my case I get an incorrect time on the blog but the correct posting time in the RSS feed.
View Articleabsinthe on "timezone and rss feed problem"
Confirmed -- the RSS feed uses local time, but affixes +0000 as the time zone. D'oh!
View Articleindi on "timezone and rss feed problem"
I get the wrong time for RSS Comments as well (wp-commentsrss2.php). It screws up all the International blogs in my feedreader. Is there a fix for this?
View Articledinocho on "timezone and rss feed problem"
Well... I got the same problem. My system time is in CST(GMT +0800),my blog settings is also setted to +8, but I still get wrong time in pubDate field. Just the time minus the GMT_Offset.
View Articlejeffsharman on "timezone and rss feed problem"
Does anyone have a hack to fix this in the meantime?
View Articlechedong on "timezone and rss feed problem"
RSS time zone issue: GMT time + GMT time zone or local time + local time zone I subscribe some feed published by wordpress: I found the timezone problem. the post always shown published tomorrow....
View Articlefpatten on "timezone and rss feed problem"
I'm running 1.5.1.3 and still having the same problem. Is there a fix I can't find? In which file was the fix implemented? Then I could just re-install that one file. <pubDate>Mon, 11 Jul 2005...
View Articlerustin on "timezone and rss feed problem"
Same problem here. There is lots of threads on the topic, but none that I can see come to a resolution on the problem.
View Articlesirtwist on "timezone and rss feed problem"
In wp-rss2.php, modify the <pubDate> line for each post (the second occurance of <pubDate></pubDate>) so that you replace: get_the_time('Y-m-d H:i:s') with get_post_time('Y-m-d...
View ArticleReply To: timezone and rss feed problem
I’m running 1.5.1.3 and still having the same problem. Is there a fix I can’t find? In which file was the fix implemented? Then I could just re-install that one file. <pubDate>Mon, 11 Jul 2005...
View ArticleReply To: timezone and rss feed problem
RSS time zone issue: GMT time + GMT time zone or local time + local time zone I subscribe some feed published by wordpress: I found the timezone problem. the post always shown published tomorrow....
View ArticleReply To: timezone and rss feed problem
Does anyone have a hack to fix this in the meantime?
View ArticleReply To: timezone and rss feed problem
Well… I got the same problem. My system time is in CST(GMT +0800),my blog settings is also setted to +8, but I still get wrong time in pubDate field. Just the time minus the GMT_Offset.
View ArticleReply To: timezone and rss feed problem
I get the wrong time for RSS Comments as well (wp-commentsrss2.php). It screws up all the International blogs in my feedreader. Is there a fix for this?
View ArticleReply To: timezone and rss feed problem
Confirmed — the RSS feed uses local time, but affixes +0000 as the time zone. D’oh!
View ArticleReply To: timezone and rss feed problem
I’m seeing exactly the same behavior. In my case I get an incorrect time on the blog but the correct posting time in the RSS feed.
View Article