Bug report: Duration in days when spanning over a month is wrong #2546
Labels
bug
Something isn't working.
documentation
Improvements or additions to documentation
feature-request
New feature or request.
What happened?
The number of days between calculations is wrong.
date(2024-09-06) - date(2024-11-03)
Output: 60
date(2025-02-17) - date(2025-03-17)
Output: 30
The correct output should be 58 and 28.
Other dates may have errors, but some are correct, the following one is correct.
date(2025-02-17) - date(2025-03-16)
Output: 27
The latest version of obsidian and dataview on my windows and android are the same.
I don't know if it's just my problem.
DQL
No response
JS
Dataview Version
0.5.68
Obsidian Version
1.8.9
OS
Windows
The text was updated successfully, but these errors were encountered: