rust-syndication / rss

Library for serializing the RSS web content syndication format
https://crates.io/crates/rss
Apache License 2.0
419 stars 52 forks source link

Allow taking a chrono::DateTime when setting e.g. pub_date, last_build_date, etc. #106

Closed kitlith closed 3 years ago

kitlith commented 3 years ago

^, so that the user can focus less on "how exactly do I format a RFC822 date-time" and more on "here's the timestamp, you format it correctly".

Gate it under a feature if you want, but I'd appreciate it.