pub fn postgres_clock_to_unix_ms(ts: i64) -> i64
Convert a Postgres-epoch timestamp (µs since 2000-01-01) to Unix milliseconds (ms since 1970-01-01).