fn partition_start_timestamp( ts: Timestamp, bucket: Duration, ) -> Option<Timestamp>
Computes the start timestamp of the partition for ts.
ts
It always use bucket size in seconds which should fit all timestamp resolution.