Function libduckdb_sys::duckdb_from_time_tz

source ·
pub unsafe extern "C" fn duckdb_from_time_tz(
    micros: duckdb_time_tz
) -> duckdb_time_tz_struct
Expand description

Decompose a TIME_TZ objects into micros and a timezone offset.

Use duckdb_from_time to further decompose the micros into hour, minute, second and microsecond.

micros: The time object, as obtained from a DUCKDB_TYPE_TIME_TZ column. out_micros: The microsecond component of the time. out_offset: The timezone offset component of the time.