Opened 21 years ago
Closed 21 years ago
#913 closed defect (bug) (duplicate)
RSS feeds pubDate element shouldn't use translation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | major | Version: | 1.5 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
The mysql2date function uses the global weekday_abbrev to replace the "D" in the format string. That array is translated. That's fine with dates that are presented to users, but it is fatal with feeds that are presented to machines. pubDate must be a valid RFC 822 date and the translation process will break that if the abbreviated weekday names aren't identical in the translation to the english version.
Check the <a href="http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fhugo.muensterland.org%2Ffeed%2F">output of the validator for my feed</a> for an example.
Change History (3)
Note: See
TracTickets for help on using
tickets.
see: #0000924
edited on: 02-20-05 09:13