FIX make spans the correct length

This commit is contained in:
Nathan Dwarshuis 2022-05-22 17:03:27 -04:00
parent 8c4ba190b7
commit 843013884b
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ relative shift in days from ABS."
acc)
`((,abs . ,offset) ,@acc)))))
(->> (-reduce-from #'to-interval nil date-offsets)
(--map `(,(car it) ,(+ 1 (car it) (cdr it)))))))
(--map `(,(car it) ,(+ (car it) (cdr it)))))))
;; date <-> quarter