The transactions that do insert operations into the WT history store don’t have timestamp information as the records in the WT history must be visible to every other transaction in the system.
To find out the validity window of the record that is inserted into the WT history, once the actual record is inserted, followed by a new delete operation to represent the stop time pair of the inserted record. The stop time pair of the delete operation record is the same as the start timestamp of the next version of the key in the data page.
During the reconciliation, the delete record timestamp is taken and mark it in the previous record as a stop timestamp.