We should use a proper timestamp in the manual-seal of omni node [here](https://github.com/paritytech/polkadot-sdk/blob/ed67958d762f47e05fa84d7e4a82daa8a06668e7/cumulus/polkadot-omni-node/lib/src/nodes/manual_seal.rs#L217-L217). The parameterization should be as close as possible to real aura, we can use [`AuraConsensusDataProvider`](https://github.com/paritytech/polkadot-sdk/blob/ed67958d762f47e05fa84d7e4a82daa8a06668e7/substrate/client/consensus/manual-seal/src/consensus/aura.rs#L38-L38) to provide the proper digests.