...a formula to stick in an extra column to make the counting easier or a big array formula to calculate the whole thing in one go?
If the former then something like this should give you a 1 or a 0 for those who arrived early so you can run a count:
=IF(ISBLANK(A2),"",IF(TEXT(A2,"hh")*1<10,1,0))