This is somewhat of a guess, but, near as I can see, you are displaying them in the database view for MYSAIM tables. They are not displayed for INNODB tables. I am guessing you are getting that from the timestamp on the physical disk file for MYISAM? Seems to match what I see in the file system.
So, that tells me that perhaps you do not show those for INNODB since those are sometimes stored within the special innodb ibdata files. However, many of us use innodb_file_per_table = 1 and that means there are physical files, and, you can still display the updated dates.
This can be useful for finding tables that people may have created as a work table for some task, but, never dropped it. So, I would like to request you add this feature for when the files actually exist in the file system. It would be very beneficial for us.