Bug in wp-rss*.php, handling GMT offset
-
I actually noticed that rss feeds doesn’t care about the “GMT offset” set in the admin panel. The offset is statically +000, and that cause some problem when the feed is handled by software, because GMT is assumed +000.
I made a patch for this, just changing the whole date string, with the ‘r’ parameter that since php 4.0.4, output the correctly formatted RFC date.The patch is available there: https://www.free-os.it/Downloads/wp.patch
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Bug in wp-rss*.php, handling GMT offset’ is closed to new replies.