pub unsafe extern "C" fn duckdb_create_timestamp_tz(
input: duckdb_timestamp,
) -> duckdb_value
Expand description
Creates a TIMESTAMP_TZ value from a duckdb_timestamp
@param input The duckdb_timestamp value
@return The value. This must be destroyed with duckdb_destroy_value
.