O match -mtime 0, a file will have to have a modification in the past which is less than 24 hours ago. In particular see the explanation of the -mtime flag and the " find $HOME -mtime 0" example: that were modified more recently than one day (i.e., 24 hours) ago ( -mtime 0),.
Enter any two dates after datemodified: using the mm/dd/yyyy format, separated by a space, two periods, and another space, to find files modified in a specific date range. In this example, any files modified between January 1, 2022, and February 1, 2022, are displayed in the search results. To find files modified between two dates, you can type the following. Enter any date after datemodified: using the mm/dd/yyyy format to search for any files modified on the desired date. In the example search string above, the search results would show any files modified on January 15, 2022.
For example, you can type the following to find files modified on a specific date. If you want to find files modified on a specific date or between two dates, add a date or date range in step 3 above.