mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix: between -1d should be compared to t/now instead of t/today
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
"h" t/hours
|
||||
"n" t/minutes ; min
|
||||
t/days)]
|
||||
(tc/to-long (t/plus (t/today) (tf duration)))))))
|
||||
(tc/to-long (t/plus (t/now) (tf duration)))))))
|
||||
|
||||
;; Boolean operator utils: and, or, not
|
||||
;; ======================
|
||||
|
||||
Reference in New Issue
Block a user