Access last visit time to a post

You can put a small script in your single.php that updates a custom field with the current time.

update_post_meta(get_the_ID(),"last_visit",time());

tech