11ty / eleventy-plugin-rss

A pack of Eleventy plugins for generating an RSS feed.
https://www.11ty.dev/docs/plugins/rss/
MIT License
92 stars 22 forks source link

Refactor dateToRfc822 to use local timezone #45

Closed fliptopbox closed 3 weeks ago

fliptopbox commented 1 month ago

Refactor dateToRfc822 to use local timezone:

I created a RFC822 RegEx101 tool for checking the pub date format: https://regex101.com/library/KGSAUY

zachleat commented 3 weeks ago

Thank you!