Skip to content

fix: use RFC 822 date format for RSS pubDate instead of RFC 3339#9

Merged
versecafe merged 1 commit into
versecafe:mainfrom
veeso:fix/rss-pubDate-does-no0t-follow-rss-2.0-spec
Mar 19, 2026
Merged

fix: use RFC 822 date format for RSS pubDate instead of RFC 3339#9
versecafe merged 1 commit into
versecafe:mainfrom
veeso:fix/rss-pubDate-does-no0t-follow-rss-2.0-spec

Conversation

@veeso

@veeso veeso commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

The RSS 2.0 spec requires dates in RFC 822 format (e.g., "Sun, 11 Aug 2024 20:22:50 GMT") but the serializer was outputting RFC 3339 format. Use gtempo's HTTP formatter to produce the correct format.

https://www.rssboard.org/rss-2-0-1

The RSS 2.0 spec requires dates in RFC 822 format (e.g.,
"Sun, 11 Aug 2024 20:22:50 GMT") but the serializer was outputting
RFC 3339 format. Use gtempo's HTTP formatter to produce the correct
format.
@versecafe versecafe merged commit 8b3d8c0 into versecafe:main Mar 19, 2026
5 checks passed
@veeso veeso deleted the fix/rss-pubDate-does-no0t-follow-rss-2.0-spec branch March 19, 2026 22:10
veeso added a commit to veeso/blogatto that referenced this pull request Mar 20, 2026
webls was serializing with RFC3339. I've created this PR on webls <versecafe/webls#9> to fix this behaviour. This fix on blogatto just bumps webls from 1.6.1 to 1.6.2

closes #38
veeso added a commit to veeso/blogatto that referenced this pull request Mar 20, 2026
webls was serializing with RFC3339. I've created this PR on webls <versecafe/webls#9> to fix this behaviour. This fix on blogatto just bumps webls from 1.6.1 to 1.6.2

closes #38
veeso added a commit to veeso/blogatto that referenced this pull request Mar 20, 2026
webls was serializing with RFC3339. I've created this PR on webls <versecafe/webls#9> to fix this behaviour. This fix on blogatto just bumps webls from 1.6.1 to 1.6.2

closes #38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants