duckdb_create_time_tz

Function 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.

@param micros The microsecond component of the time. @param offset The timezone offset component of the time. @return The duckdb_time_tz element.