-
Notifications
You must be signed in to change notification settings - Fork 101
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
Support RFC 822 datetime parsing #83
Comments
We have plans to add a general mechanism for datetime formatting in the future, which would cover this use case. That said, having RFC-822 support in the meantime could also be nice, so if you did implement this, we would be glad to accept it. Just keep in mind that once the formatting API does land, the RFC-822-specific functions will be deprecated in favor of it. If you're okay with that, then please do go ahead! |
I'll see what I can do! I just started a new job so it might be a while. Thanks for responding! |
I also need RFC 822 parsing for a multiplatform project. Did you get a chance to implement this @kevincianfarini? |
I now wrote my own RFC 822 parser. I wanted to contribute this to the project but I'm not able to compile the project on a MacBook with Apple Silicon chip. I guess a few obstacles need to be cleared first before I could start working on this. |
The RSS 2.0 specification denotes dates using RFC 822. My personal use case is that I'm writing a multiplatform RSS feed parser which would require date time parsing in this format.
I'm open to attempting a PR if the maintainers are interested.
The text was updated successfully, but these errors were encountered: