Bug 12512 - pubDate without day in RSS-Feeds is ignored.
Summary: pubDate without day in RSS-Feeds is ignored.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 15:00 PST by Daniel Höpfl
Modified: 2007-02-01 06:54 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Höpfl 2007-01-31 15:00:17 PST
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.
Comment 1 Alexey Proskuryakov 2007-02-01 06:54:41 PST
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.