Opened 16 years ago
Closed 15 years ago
#919 closed defect (bug) (fixed)
badly-formed date in bp-activity-sitewide-feed.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 1.1 | Priority: | minor |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: | djpaul@… |
Description
In both of the <pubDate> sections, you have this:
'D, d M Y H:i:s +0000'
That needs to be (O for Orange):
'D, d M Y H:i:s O'
That is replace with the correct timezone offset by php date() function. Possibly this exists in the other feeds, but I haven't looked.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Milestone 1.0.4 deleted