Skip to content

Adding date #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
BaseMax opened this issue Apr 9, 2023 · 1 comment
Open

Adding date #1

BaseMax opened this issue Apr 9, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@BaseMax
Copy link
Owner

BaseMax commented Apr 9, 2023

See pubDate definition in RSS 2.0 Specification:

All date-times in RSS conform to the Date and Time Specification of RFC 822, with the exception that the year may be expressed with two characters or four characters (four preferred).

Here are examples of valid RFC822 date-times:

<pubDate>Wed, 02 Oct 2002 08:00:00 EST</pubDate>

<pubDate>Wed, 02 Oct 2002 13:00:00 GMT</pubDate>

<pubDate>Wed, 02 Oct 2002 15:00:00 +0200</pubDate>
@BaseMax BaseMax added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 9, 2023
@BaseMax
Copy link
Owner Author

BaseMax commented Apr 9, 2023

DateTime::Format::RSS attempts to deal with those nasty RSS date/time strings used in fields (such as , , ) that never ever seems to be right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant