Function libduckdb_sys::duckdb_create_time_tz

source ·
pub unsafe extern "C" fn duckdb_create_time_tz(
    micros: i64,
    offset: i32
) -> duckdb_time_tz
Expand description

Create a duckdb_time_tz object from micros and a timezone offset.

micros: The microsecond component of the time. offset: The timezone offset component of the time. returns: The duckdb_time_tz element.