MiniSeedInputClient should start a new block at UTC midnight
Because of how Edge stores data, blocks should not span UTC midnight.
- The input client should check trace start/endtime to make sure data does not span midnight
- If data span midnight, the client should split the trace at UTC midnight (so each block only contains data occurring on one UTC day) and write each block separately.