Bug 12512
Summary: | pubDate without day in RSS-Feeds is ignored. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Höpfl <webkit> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Daniel Höpfl
RFC822 specifies that a date string has an optional day:
[ day "," ] date time
Safari fails to parse the date if the day is not specified.
"Wed, 24 Jan 2007 22:30:00 +0100" does work, "24 Jan 2007 22:30:00 +0100" should work but does not.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This is handled by closed source framework outside of WebKit. Please file a bug at <http://bugreport.apple.com> (free registration required) for Apple engineers to take a look.
Closing as INVALID, since this is not a WebKit issue.