mirror of
https://github.com/nushell/nushell.git
synced 2025-07-17 14:55:09 +02:00
- fixes #9501 # Description `chrono::Datetime::to_rfc2822()` panics when it would format a negative year. 3339 does not. This makes negative-year datetimes inconsistent compared to positive ones, but it's better than a panic.