Brandon Harker
Brandon Harker
>As a workaround, you can convert to unix-time and divide. Try: `(( number(dateformat(date(today), "X")) - number(dateformat(date(file.cday), "X")) ) / 86400 ) AS "Diff Day"` I encountered this bug today and...
A note that if the dates cross daylight savings you'll end up with fractions so adding a round(,0) is the easy fix: round((( number(dateformat(date(today), "X")) - number(dateformat(date(file.cday), "X")) ) /...
I would like to add my vote for this feature request.
I am having this issue as well - NextDNS CLI Version 1.43.1 - OS: LinuxMint 21.3 Cinnamon
I found this date diff bug today and found a temp workaround here (thanks @GovSat1): https://github.com/blacksmithgu/obsidian-dataview/issues/1966 But add my vote to getting this bug fixed.
At one point I had accidentally folded the Filters and couldn't unfold it because of this issue. Easy work around until the bug gets fixed in a future version: The...