Skip to main content

DATETIME

Constant DATETIME 

Source
pub const DATETIME: DateTime<Utc>;
Expand description

Null value of datetime (0Nz).

§Example

use kdbplus::ipc::*;

let q_datetime_null = K::new_datetime(qnull::DATETIME);
assert_eq!(format!("{}", q_datetime_null), String::from("0Nz"));

§Note

The range of datetime in Rust is narrower than in q.