Skip to content

v0.4.11

Compare
Choose a tag to compare
@quodlibetor quodlibetor released this 01 Jul 22:24
e493218

Improvements

  • Support a space or T in FromStr for DateTime<Tz>, meaning that e.g.
    dt.to_string().parse::<DateTime<Utc>>() now correctly works on round-trip.
    (@quodlibetor in #378)
  • Support "negative UTC" in parse_from_rfc2822 (@quodlibetor #368 reported in
    #102)
  • Support comparisons of DateTimes with different timezones (@dlalic in #375)
  • Many documentation improvements

Bitrot and external integration fixes

Internal improvements