Just want to make sure of something:
When using dm:last10days (for example), is the following the algorithm Everything uses?
- Get current date/time (in FILETIME, so 133289173526942916 "ticks")
- substract 10 days (in FILETIME, so 10 days * 24 hours * 60 minutes * 60 seconds * 10 million "ticks")
- All date modified FILETIMES larger than the result of that will be reported.
Basically want to know if the day starts at 00:00 or at the current time@different day
(either answer is fine; just want to know)
dm:last10days
Re: dm:last10days
10 days (as ticks - 10 days * 24 hours * 60 minutes * 60 seconds * 10 million "ticks") from the current tick.
So current time@different day
So current time@different day