I have recently started syncing my vault using SyncThing, however, and since that time the results include notes both created and modified on that day.
Things I have tried
I have looked through both Obsidian help files and Dataview documentation, and I have noted that SyncThing is altering system-level file creation dates as it syncs. However, the file properties maintain the correct creation and modification dates.
Does anyone using SyncThing for vault syncing have experience with this kind of oddity? I imagine I could change the code such that it draws on file properties rather than system metadata, but I’m wondering if there’s something at the sync level I should fix first.
Ahhhhh, thank you. I should have looked there! Okay, this may force me to move back to native Obsidian syncing. (I shifted to SyncThing because I was getting weird bits of corruption in my recurring task list – but this is more fundamental and less easily remedied.) I appreciate the pointer!
the tasks plugin creates a created date when you create a task (if you wish). you could use this and update your query or you can just create a created date bit of meta data yourself and have your query look for it. you can use templater to create a action for “new task” that prompts for the fields you use and automatically adds your created date to the task. or just use templater to insert the created data meat data and bind to a keystroke.