Is there a direct relationship between the file name and the modification time (mtime +180)?
e.g. Can you create a file today with a file name of last week and than do you want to check on the date in the file name?
If yes you’ll have to strip off the date from the filename
Then do some date calculations
or use the stripped filename as input to the touch command to sync the modification time with the filename before executing find.