Update chrono

This commit is contained in:
Joscha 2023-02-11 22:12:58 +01:00
parent 64c41b1073
commit 4529f383fe
9 changed files with 409 additions and 395 deletions

View file

@ -85,7 +85,7 @@ impl DateSpec {
let range_from = s
.command
.last_done_root()
.map(|date| date.succ())
.map(|date| date.succ_opt().unwrap())
.unwrap_or(self.start);
let range = s
.range_with_remind()