Good guess, but no.
With EntryTime = 1, there is only at most 1 trade opened per bar, including 807.
Code:
$ grep 807 all_trades.txt 
807,772.900024,-2.866854

According to your description, with one enter* command per bar,
  • With EntryTime = 2, at a given bar opened trades could come from the current, the previous, and the previous-plus-one bar
  • With EntryTime = 1, at a given bar opened trades could come from the current, and the previous bar

This implies that
  • With EntryTime = 0, at a given bar opened trades could come from the current bar

But a simple test proves that EntryTime = 0 makes Zorro NEVER enter any trades.