The Origin Begin and Commit Times Rule

The time rule forces serial execution of transactions with nonoverlapping commit/begin times.

That is, if the commit time of the first transaction comes before the begin time of the next transaction, these two transactions must execute serially.