Will the commits appear in the log based on the time of the merge or the time I committed in the branch?
The latter. Commits are immutable, and eternal (unless you delete a branch of course). Then merge will create a new commit so the two branches can “meet”: that one feature the time of the merge, to state the obvious!