pub fn postgres_clock_to_unix_ms(ts: i64) -> i64Available on crate features
source-postgres-cdc and source-rest only.Expand description
Convert a Postgres-epoch timestamp (µs since 2000-01-01) to Unix milliseconds (ms since 1970-01-01).