pub const TIMESTAMP_FACTOR: i64 = 1_000_000_000;
Factor used to convert nanosecond-precision timestamps to seconds.
Most Messages timestamps use nanoseconds, while older rows may store seconds.