The history method only saves a list of pages without date/time. You could, however, get the modified timestamp using the $page->modified() method.
Please note that the history method only logs changes made to pages, i.e. not file uploads or deletes or changes to site settings. To log all changes done to the site, you could build a history using hooks (like the Auto-Git or Logger plugins).