Skip to main content

TIMESTAMP_FACTOR

Constant TIMESTAMP_FACTOR 

Source
pub const TIMESTAMP_FACTOR: i64 = 1_000_000_000;
Expand description

Factor used to convert nanosecond-precision timestamps to seconds.

Most Messages timestamps use nanoseconds, while older rows may store seconds.