list history feature interactions
The translation log is written to memory as translation data when save translation is executed. The translation data is time stamped when saved. This time stamp is noted when translation is loaded from memory and included in every recent change history report.
When a user requests a recent change history report, there could be other users concurrently issuing data commands and altering the contents of the transaction log. Therefore, if the user pages the entire way through the report, the oldest entries in the transaction log (maximum 250 commands) may have been overwritten by data commands issued by these other users. If this occurs, the final entries of the report show the data commands issued by the other users since the recent change history report was originally requested.
Also, using set time to alter the system clock could make it look as if the recent change history report is not in true LIFO order.