Skip to main content

postgres_clock_to_unix_ms

Function postgres_clock_to_unix_ms 

Source
pub fn postgres_clock_to_unix_ms(ts: i64) -> i64
Available 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).