Files
nushell/crates/nu-protocol/src
Taylor C. Richberger 08449e174c Format negative datetimes with rfc3339 (#9501) (#9502)
- 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.
2023-06-25 13:53:17 -05:00
..
2023-06-18 15:27:57 +12:00
2023-06-18 15:27:57 +12:00
2023-06-16 16:25:40 +02:00
2022-11-11 19:51:08 +13:00