Add 23 hours 59 minutes and 59 seconds to meta key before saving?

Solution:

update_post_meta( $post_id, 'visitor-date', sanitize_text_field(strtotime('+23 hours + 59 minutes + 59 seconds', strtotime( $_POST['vs-date'] ) ) ) );