Update chrono
This commit is contained in:
parent
64c41b1073
commit
4529f383fe
9 changed files with 409 additions and 395 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue