Hello,
Would you consider a PR that replaces chrono with jiff behind a feature flag?
The jiff crate is fairly new but a fresh take on time by BurntSushi (from ripgrep, regex and some other crates) that has
been gaining traction.
The jiff repo has a longer section comparing it to the other time crates, and chrono is very close to it.
I personally like BurntSushis technical design, particularly when it comes down to API stability and carrying as few dependencies as possible.
I'd be happy to give this a try if its something that would be considered for merging?
It will also allow upstream crates such as kube-rs to use jiff for its interaction with dates/times.