TIMESTAMP_FACTOR

Constant TIMESTAMP_FACTOR 

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

Factor used to convert between nanosecond-precision timestamps and seconds

The iMessage database stores timestamps as nanoseconds, so this factor is used to convert between the database format and standard Unix timestamps.