Skip to main content

TIMESTAMP

Constant TIMESTAMP 

Source
pub const TIMESTAMP: Lazy<DateTime<Utc>>;
Expand description

Null value of timestamp (0Np).

§Example

use kdbplus::ipc::*;

let q_timestamp_null = K::new_timestamp(*qnull::TIMESTAMP);
assert_eq!(format!("{}", q_timestamp_null), String::from("0Np"));

§Note

The range of timestamp in Rust is wider than in q.