I'll note up front that if a forensic disk copy program or device was used, this won't work, but I'll throw out the 'stat' command for completeness.
Code:
MacBook:~ smithrh$ stat -x bookmarks.html
File: "bookmarks.html"
Size: 56834 FileType: Regular File
Mode: (0600/-rw-------) Uid: ( 501/ smithrh) Gid: ( 20/ staff)
Device: 1,2 Inode: 842286 Links: 1
Access: Tue Oct 2 18:05:44 2012
Modify: Sun Dec 5 22:17:27 2010
Change: Tue Oct 2 18:05:44 2012
MacBook:~ smithrh$ cat bookmarks.html > /dev/null
MacBook:~ smithrh$ stat -x bookmarks.html
File: "bookmarks.html"
Size: 56834 FileType: Regular File
Mode: (0600/-rw-------) Uid: ( 501/ smithrh) Gid: ( 20/ staff)
Device: 1,2 Inode: 842286 Links: 1
Access: Fri May 16 10:59:18 2014
Modify: Sun Dec 5 22:17:27 2010
Change: Tue Oct 2 18:05:44 2012