-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
feedRSS - Wrong date format with config intl date handler #72
Comments
I did a quick fix with :
and I think it will be more resilient to precise the format in English on the rss feed. |
After bugs with spotify I finally found the right format :
|
Thank you for the contribution and sorry for the very late reply, I was so busy my other plugins that I procrastinated around this issue. It'll be fixed in the upcoming release. |
## [3.2.8](v3.2.7...v3.2.8) (2024-09-26) ### Bug Fixes * more resilient date format ([740cd75](740cd75)), closes [#72](#72)
🎉 This issue has been resolved in version 3.2.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Thanks for your plugin, it's really great 🙂
I created a podcast in french, on my website. I did config kirby
date.handler
withintl
to have date in french.But it create wrong date in the RSS feed :
91, 31 3 2024 0::
instead ofSun, 31 Mar 2024 00:00:00 +0100
.The text was updated successfully, but these errors were encountered: