#[repr(C)]pub struct duckdb_timestamp {
pub micros: i64,
}
Expand description
! Timestamps are stored as microseconds since 1970-01-01 ! Use the duckdb_from_timestamp/duckdb_to_timestamp function to extract individual information
Fields§
§micros: i64
Trait Implementations§
source§impl Clone for duckdb_timestamp
impl Clone for duckdb_timestamp
source§fn clone(&self) -> duckdb_timestamp
fn clone(&self) -> duckdb_timestamp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more